X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/puzzles/blobdiff_plain/a1ed9f0e8f4625a65ebd2b7b3472db7c646ddb82..e91825f8e43648bf129dae18809ee2e38af70d33:/makedist.sh?ds=sidebyside diff --git a/makedist.sh b/makedist.sh index 16fab37..0bd1fdf 100755 --- a/makedist.sh +++ b/makedist.sh @@ -5,7 +5,11 @@ perl mkfiles.pl mkdir tmp.$$ mkdir tmp.$$/puzzles -for i in *.c *.h LICENCE README Recipe mkfiles.pl Makefile.*; do +# Build Windows Help and text versions of the manual for convenience. +halibut --winhelp=puzzles.hlp --text=puzzles.txt puzzles.but + +for i in *.c *.h *.but LICENCE README Recipe mkfiles.pl Makefile.* \ + puzzles.txt puzzles.hlp puzzles.cnt; do ln -s ../../$i tmp.$$/puzzles done