Files
puzzles/Makefile.doc
Simon Tatham d1cfcffa05 Ability to build a .CHM for Puzzles. I haven't yet arranged for it
to be used by the Windows binaries; that's the next step.

[originally from svn r7006]
2006-12-23 08:44:51 +00:00

15 lines
342 B
Makefile

all: puzzles.hlp puzzles.txt HACKING
puzzles.hlp puzzles.txt: puzzles.but
halibut --winhelp=puzzles.hlp --text=puzzles.txt puzzles.but
HACKING: devel.but
halibut --text=HACKING devel.but
chm: puzzles.hhp
puzzles.hhp: puzzles.but chm.but
halibut --html puzzles.but chm.but
clean:
rm -f puzzles.hlp puzzles.txt HACKING *.html *.hh[pck]