chiark / gitweb /
Forbid undo of new-game if it would change the params.
[sgt-puzzles.git] / Makefile.doc
1 all: puzzles.chm puzzles.hlp puzzles.txt HACKING
2
3 preprocessed.but: puzzles.but
4         sed 's/PREFIX-/$(BINPREFIX)/g' puzzles.but > preprocessed.but
5
6 puzzles.chm: preprocessed.but
7         halibut --chm=puzzles.chm preprocessed.but
8 puzzles.hlp: preprocessed.but
9         halibut --winhelp=puzzles.hlp preprocessed.but
10 puzzles.txt: preprocessed.but
11         halibut --text=puzzles.txt preprocessed.but
12
13 HACKING: devel.but
14         halibut --text=HACKING devel.but
15
16 clean:
17         rm -f puzzles.hlp puzzles.txt preprocessed.but HACKING *.html *.hh[pck]