mirror of
git://git.tartarus.org/simon/puzzles.git
synced 2025-04-23 00:42:13 -07:00
Added a help file, mostly thanks to Jacob.
[originally from svn r4460]
This commit is contained in:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user