about summary refs log tree commit diff
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2015-01-10 03:29:53 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2015-01-10 03:29:53 +0000
commitd1b72e95268e1434e6ad319e864bb05d77874ba7 (patch)
treefbfc0b08800f4a8ec9ab98ababa39b337779639a
parent3cb523bc9cda3038011411510fbb3e80ae633b11 (diff)
downloadnetpbm-mirror-d1b72e95268e1434e6ad319e864bb05d77874ba7.tar.gz
netpbm-mirror-d1b72e95268e1434e6ad319e864bb05d77874ba7.tar.xz
netpbm-mirror-d1b72e95268e1434e6ad319e864bb05d77874ba7.zip
Make backward compatibility symlink ppmtotga -> pamtotga
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@2376 9d0c8265-081b-0410-96cb-a4ca84ce46f8
-rw-r--r--converter/other/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/converter/other/Makefile b/converter/other/Makefile
index 9ba6bac3..e76373ef 100644
--- a/converter/other/Makefile
+++ b/converter/other/Makefile
@@ -267,6 +267,9 @@ endif
 # In May 2002, pamtouil replaced ppmtouil
 	cd $(PKGDIR)/bin ; \
 	$(SYMLINK) pamtouil$(EXE) ppmtouil$(EXE)
+# In July 2002, pamtotga replaced ppmtotga
+	cd $(PKGDIR)/bin ; \
+	$(SYMLINK) pamtotga$(EXE) ppmtotga$(EXE)
 # In March 2005, we realized that pamtopnm obviates pnmtopnm
 	cd $(PKGDIR)/bin ; \
 	$(SYMLINK) pamtopnm$(EXE) pnmtopnm$(EXE)