X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/puzzles/blobdiff_plain/2964478b2dafe4131944bf92a975e8f07fb10a21..43a45950e9335d1b19245f2d302ec86fd4643bc5:/Makefile.doc diff --git a/Makefile.doc b/Makefile.doc index d127e78..ff67357 100644 --- a/Makefile.doc +++ b/Makefile.doc @@ -3,5 +3,12 @@ all: puzzles.hlp puzzles.txt HACKING puzzles.hlp puzzles.txt: puzzles.but halibut --winhelp=puzzles.hlp --text=puzzles.txt puzzles.but -HACKING: HACKING.but - halibut --text=HACKING HACKING.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]