chiark / gitweb /
Revert "Switch to using Halibut's new direct .CHM generation."
[sgt-puzzles.git] / Makefile.doc
index 9812df8a569520e5a0ee1479030fd34ad5bd68ca..00436a56ab6b3f4ef60ecee7a233182541e2d8a3 100644 (file)
@@ -1,14 +1,10 @@
-all: puzzles.chm puzzles.hlp puzzles.txt HACKING
+all: puzzles.hlp puzzles.txt HACKING
 
 preprocessed.but: puzzles.but
        sed 's/PREFIX-/$(BINPREFIX)/g' puzzles.but > 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
+puzzles.hlp puzzles.txt: preprocessed.but
+       halibut --winhelp=puzzles.hlp --text=puzzles.txt preprocessed.but
 
 HACKING: devel.but
        halibut --text=HACKING devel.but