And update makedist.sh to put all the new stuff into the source
[sgt/puzzles] / makedist.sh
index bc29595..1afaed2 100755 (executable)
@@ -39,9 +39,11 @@ 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 *.but *.plist *.icns LICENCE README Recipe \
+for i in *.c *.m *.h *.R *.but *.plist *.icns LICENCE README Recipe \
   mkfiles.pl Makefile Makefile.* \
-  HACKING puzzles.txt puzzles.hlp puzzles.cnt; do
+  HACKING puzzles.txt puzzles.hlp puzzles.cnt puzzles.chm \
+  icons/Makefile icons/*.{sav,pl,sh} icons/win16pal.xpm \
+  icons/*.png icons/*.ico icons/*.rc icons/*.c; do
   ln -s ../../$i tmp.$$/puzzles$arcsuffix
   if test "x$ver" != "x"; then
     md5sum $i >> tmp.$$/puzzles$arcsuffix/manifest