about summary refs log tree commit diff
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2021-03-26 00:22:10 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2021-03-26 00:22:10 +0000
commit1f88a5417bc9d7b6ae74ef5ac6aa9707b9199bd4 (patch)
treed9f585f227716bc9f82e337d0ec331aae0565b7d
parent93af02fa07345989f317e6fc9957b3aba57fc020 (diff)
downloadnetpbm-mirror-1f88a5417bc9d7b6ae74ef5ac6aa9707b9199bd4.tar.gz
netpbm-mirror-1f88a5417bc9d7b6ae74ef5ac6aa9707b9199bd4.tar.xz
netpbm-mirror-1f88a5417bc9d7b6ae74ef5ac6aa9707b9199bd4.zip
Fix make package on Windows - no exe on shell program
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@4067 9d0c8265-081b-0410-96cb-a4ca84ce46f8
-rw-r--r--converter/ppm/hpcdtoppm/Makefile2
-rw-r--r--doc/HISTORY3
2 files changed, 4 insertions, 1 deletions
diff --git a/converter/ppm/hpcdtoppm/Makefile b/converter/ppm/hpcdtoppm/Makefile
index 59ba3630..5777a84f 100644
--- a/converter/ppm/hpcdtoppm/Makefile
+++ b/converter/ppm/hpcdtoppm/Makefile
@@ -19,7 +19,7 @@ install.bin install.merge: install.bin.local
 install.bin.local: $(PKGDIR)/bin
 # In June 2002, pcdovtoppm replaced pcdindex
 	cd $(PKGDIR)/bin ; \
-	$(SYMLINK) pcdovtoppm$(EXE) pcdindex$(EXE) 
+	$(SYMLINK) pcdovtoppm pcdindex
 
 
 FORCE:
diff --git a/doc/HISTORY b/doc/HISTORY
index f1ed52ad..6a7eb422 100644
--- a/doc/HISTORY
+++ b/doc/HISTORY
@@ -49,6 +49,9 @@ not yet  BJH  Release 10.94.00
               bounding box is exactly INT_MAX high or wide.  Always broken.
               Pnmtops was in primordial Netpbm.
 
+              make package: fix no such file pcdovtoppm.exe failure on
+              Windows.
+
 20.12.28 BJH  Release 10.93.00
 
               pamarith: Add -equal.