aboutsummaryrefslogtreecommitdiff
path: root/Makefile.doc
diff options
context:
space:
mode:
authorSimon Tatham <anakin@pobox.com>2017-05-13 18:55:52 +0100
committerSimon Tatham <anakin@pobox.com>2017-05-13 20:20:23 +0100
commit7bdfda840962e0de7442c4f58d37ca1f560a5797 (patch)
tree0df5d2f5839e77e0d1af52eedad639812b1db240 /Makefile.doc
parentcce13ed7129a06fe7454f9e10906cb6663de45f7 (diff)
downloadpuzzles-7bdfda840962e0de7442c4f58d37ca1f560a5797.zip
puzzles-7bdfda840962e0de7442c4f58d37ca1f560a5797.tar.gz
puzzles-7bdfda840962e0de7442c4f58d37ca1f560a5797.tar.bz2
puzzles-7bdfda840962e0de7442c4f58d37ca1f560a5797.tar.xz
Switch to using Halibut's new direct .CHM generation.
This allows me to remove HTML Help Workshop completely from my build dependencies, and good riddance!
Diffstat (limited to 'Makefile.doc')
-rw-r--r--Makefile.doc14
1 files changed, 7 insertions, 7 deletions
diff --git a/Makefile.doc b/Makefile.doc
index c7d6946..0fd28db 100644
--- a/Makefile.doc
+++ b/Makefile.doc
@@ -1,17 +1,17 @@
-all: puzzles.hlp puzzles.txt HACKING
+all: puzzles.chm puzzles.hlp puzzles.txt HACKING
preprocessed.but: puzzles.but
sed 's/PREFIX-/$(BINPREFIX)/g' puzzles.but > preprocessed.but
-puzzles.hlp puzzles.txt: preprocessed.but
- halibut --winhelp=puzzles.hlp --text=puzzles.txt preprocessed.but
+puzzles.chm: preprocessed.but
+ halibut --chm=puzzles.chm preprocessed.but
+puzzles.hlp: preprocessed.but
+ halibut --winhelp=puzzles.hlp preprocessed.but
+puzzles.txt: preprocessed.but
+ halibut --text=puzzles.txt preprocessed.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 preprocessed.but HACKING *.html *.hh[pck]