ref: 05a0cf068498663f0f2e17b9fa19b2188db6e6a7
parent: 81ccb144eb3e164098b9eafaf9e99e74fe93e97f
author: Simon Tatham <anakin@pobox.com>
date: Thu May 10 07:10:14 EDT 2007
noicon.rc was missing from the Unix source archive, which caused a re-run of mkfiles.pl to fail. [originally from svn r7567]
--- a/makedist.sh
+++ b/makedist.sh
@@ -40,7 +40,7 @@
# Build a text version of the HACKING document.
halibut --text=HACKING devel.but
-for i in *.c *.m *.h *.R *.but *.plist *.icns LICENCE README Recipe \
+for i in *.c *.m *.h *.R *.rc *.but *.plist *.icns LICENCE README Recipe \
mkfiles.pl Makefile Makefile.* \
HACKING puzzles.txt puzzles.hlp puzzles.cnt puzzles.chm \
icons/Makefile icons/*.{sav,pl,sh} icons/win16pal.xpm \