Stop the analysis pass in Loopy's redraw routine from being
[sgt/puzzles] / Makefile.doc
CommitLineData
2964478b 1all: puzzles.hlp puzzles.txt HACKING
2
2e215ca9 3preprocessed.but: puzzles.but
4 sed 's/PREFIX-/$(BINPREFIX)/g' puzzles.but > preprocessed.but
5
6puzzles.hlp puzzles.txt: preprocessed.but
7 halibut --winhelp=puzzles.hlp --text=puzzles.txt preprocessed.but
2964478b 8
69491f1e 9HACKING: devel.but
10 halibut --text=HACKING devel.but
05c7e653 11
12chm: puzzles.hhp
13puzzles.hhp: puzzles.but chm.but
14 halibut --html puzzles.but chm.but
15
16clean:
2e215ca9 17 rm -f puzzles.hlp puzzles.txt preprocessed.but HACKING *.html *.hh[pck]