about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--converter/other/Makefile2
-rw-r--r--doc/HISTORY2
2 files changed, 3 insertions, 1 deletions
diff --git a/converter/other/Makefile b/converter/other/Makefile
index 0943b0c0..83676aaa 100644
--- a/converter/other/Makefile
+++ b/converter/other/Makefile
@@ -220,7 +220,7 @@ install.bin.local: $(PKGDIR)/bin
 # Remember that $(SYMLINK) might just be a copy command.
 # backward compatibility: program used to be named pnmnoraw
 	cd $(PKGDIR)/bin ; \
-	$(SYMLINK) pnmtoplainpnm$(EXE) pnmnoraw
+	$(SYMLINK) pnmtoplainpnm pnmnoraw
 # backward compatibility: program used to be gemtopbm
 	cd $(PKGDIR)/bin ; \
 	$(SYMLINK) gemtopnm$(EXE) gemtopbm
diff --git a/doc/HISTORY b/doc/HISTORY
index 17d1a71e..b59406d8 100644
--- a/doc/HISTORY
+++ b/doc/HISTORY
@@ -47,6 +47,8 @@ not yet  BJH  Release 10.48.00
 
               Build: don't use "uint".
 
+              Package: fix installation of pnmplain on Windows (.exe suffix).
+
 09.06.27 BJH  Release 10.47.00
 
               Add pamsistoaglyph.  Thanks Scott Pakin.