chiark / gitweb /
Ability to build a .CHM for Puzzles. I haven't yet arranged for it
[sgt-puzzles.git] / Makefile.doc
1 all: puzzles.hlp puzzles.txt HACKING
2
3 puzzles.hlp puzzles.txt: puzzles.but
4         halibut --winhelp=puzzles.hlp --text=puzzles.txt puzzles.but
5
6 HACKING: devel.but
7         halibut --text=HACKING devel.but
8
9 chm: puzzles.hhp
10 puzzles.hhp: puzzles.but chm.but
11         halibut --html puzzles.but chm.but
12
13 clean:
14         rm -f puzzles.hlp puzzles.txt HACKING *.html *.hh[pck]