X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/puzzles/blobdiff_plain/3602bfb2f8fe4b7ab01e8f4557826866dca3c03d..1fd0d7c599cdd8898bf953f99298f810e9e3fad9:/makedist.sh diff --git a/makedist.sh b/makedist.sh index 790568c..1afaed2 100755 --- a/makedist.sh +++ b/makedist.sh @@ -37,11 +37,13 @@ mkdir tmp.$$/puzzles$arcsuffix halibut --winhelp=puzzles.hlp --text=puzzles.txt puzzles.but # Build a text version of the HACKING document. -halibut --text=HACKING HACKING.but +halibut --text=HACKING devel.but -for i in *.c *.m *.h *.but *.plist *.icns *.py 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