From: simon Date: Thu, 10 May 2007 11:10:14 +0000 (+0000) Subject: noicon.rc was missing from the Unix source archive, which caused a X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/puzzles/commitdiff_plain/61234e85f29975c81b4196361a14a8585ca32151 noicon.rc was missing from the Unix source archive, which caused a re-run of mkfiles.pl to fail. git-svn-id: svn://svn.tartarus.org/sgt/puzzles@7567 cda61777-01e9-0310-a592-d414129be87e --- diff --git a/makedist.sh b/makedist.sh index 7af8fbf..4b30314 100755 --- a/makedist.sh +++ b/makedist.sh @@ -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 \