From d1cfcffa05958114846836fddcd186b156eeac37 Mon Sep 17 00:00:00 2001 From: Simon Tatham Date: Sat, 23 Dec 2006 08:44:51 +0000 Subject: Ability to build a .CHM for Puzzles. I haven't yet arranged for it to be used by the Windows binaries; that's the next step. [originally from svn r7006] --- Makefile.doc | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'Makefile.doc') diff --git a/Makefile.doc b/Makefile.doc index 677bc8e..ff67357 100644 --- a/Makefile.doc +++ b/Makefile.doc @@ -5,3 +5,10 @@ puzzles.hlp 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] -- cgit v1.1