chiark / gitweb /
noicon.rc was missing from the Unix source archive, which caused a
authorSimon Tatham <anakin@pobox.com>
Thu, 10 May 2007 11:10:14 +0000 (11:10 +0000)
committerSimon Tatham <anakin@pobox.com>
Thu, 10 May 2007 11:10:14 +0000 (11:10 +0000)
re-run of mkfiles.pl to fail.

[originally from svn r7567]

makedist.sh

index 7af8fbf763b4b9d921262b0f940ebdc0d2559691..4b30314ac1e6dfe9e2d65aec2cdf0cea472aba35 100755 (executable)
@@ -40,7 +40,7 @@ halibut --winhelp=puzzles.hlp --text=puzzles.txt puzzles.but
 # 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 \