shithub: puzzles

ref: 53f6e4c6cb0b342f37e75c2686c1b542212c5f3e
dir: /Makefile.doc/

View raw version
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]