about summary refs log tree commit diff
path: root/editor/Makefile
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2012-03-05 18:41:00 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2012-03-05 18:41:00 +0000
commite5b924834c637e855c10eef3ce96f805b2949bad (patch)
tree4f39b705d990f4bfd1d66284715886d0e8e1aab0 /editor/Makefile
parent2ae05f39e93bed9b39474bedf8ed97873ca7d746 (diff)
downloadnetpbm-mirror-e5b924834c637e855c10eef3ce96f805b2949bad.tar.gz
netpbm-mirror-e5b924834c637e855c10eef3ce96f805b2949bad.tar.xz
netpbm-mirror-e5b924834c637e855c10eef3ce96f805b2949bad.zip
Replace Bash Ppmquantall with Perl Pnmquantall
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@1660 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'editor/Makefile')
-rw-r--r--editor/Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/editor/Makefile b/editor/Makefile
index b3d0e6b9..ec9305aa 100644
--- a/editor/Makefile
+++ b/editor/Makefile
@@ -44,8 +44,8 @@ NOMERGEBINARIES =
 MERGEBINARIES = $(PORTBINARIES)
 
 BINARIES = $(MERGEBINARIES) $(NOMERGEBINARIES)
-SCRIPTS = pnmflip ppmfade ppmquant ppmquantall ppmshadow \
-	  pamstretch-gen pnmmargin pnmquant 
+SCRIPTS = pnmflip ppmfade ppmquant ppmshadow \
+	  pamstretch-gen pnmmargin pnmquant pnmquantall 
 
 OBJECTS = $(BINARIES:%=%.o)
 
@@ -90,3 +90,7 @@ install.bin.local: $(PKGDIR)/bin
 	cd $(PKGDIR)/bin ; \
 	rm -f pnmscale ; \
 	$(SYMLINK) pamscale$(EXE) pnmscale
+# In March 2012, pnmquantall replaced ppmquantall
+	cd $(PKGDIR)/bin ; \
+	rm -f ppmquantall ; \
+	$(SYMLINK) pnmquantall$(EXE) ppmquantall