X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/puzzles/blobdiff_plain/80ef59c713c67acdda99b6fce0c91721211f1f96..f646290a63e0adf65a8c3062caead98832289730:/Makefile.doc diff --git a/Makefile.doc b/Makefile.doc index 160dad0..ff67357 100644 --- a/Makefile.doc +++ b/Makefile.doc @@ -1,2 +1,14 @@ +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]