aboutsummaryrefslogtreecommitdiff
path: root/Makefile.doc
diff options
context:
space:
mode:
authorSimon Tatham <anakin@pobox.com>2006-12-23 08:44:51 +0000
committerSimon Tatham <anakin@pobox.com>2006-12-23 08:44:51 +0000
commitd1cfcffa05958114846836fddcd186b156eeac37 (patch)
treecac8479487eaa70a8aa8184ed8e2b634eeee2983 /Makefile.doc
parente08948a7ea96ae6051850a5359bbb960398afcf4 (diff)
downloadpuzzles-d1cfcffa05958114846836fddcd186b156eeac37.zip
puzzles-d1cfcffa05958114846836fddcd186b156eeac37.tar.gz
puzzles-d1cfcffa05958114846836fddcd186b156eeac37.tar.bz2
puzzles-d1cfcffa05958114846836fddcd186b156eeac37.tar.xz
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]
Diffstat (limited to 'Makefile.doc')
-rw-r--r--Makefile.doc7
1 files changed, 7 insertions, 0 deletions
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]