aboutsummaryrefslogtreecommitdiff
path: root/chm.but
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 /chm.but
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 'chm.but')
-rw-r--r--chm.but21
1 files changed, 0 insertions, 21 deletions
diff --git a/chm.but b/chm.but
deleted file mode 100644
index e023704..0000000
--- a/chm.but
+++ /dev/null
@@ -1,21 +0,0 @@
-\# File containing the magic HTML configuration directives to create
-\# an MS HTML Help project. We put this on the end of the Puzzles
-\# docs build command line to build the HHP and friends.
-
-\cfg{html-leaf-level}{infinite}
-\cfg{html-leaf-contains-contents}{false}
-\cfg{html-suppress-navlinks}{true}
-\cfg{html-suppress-address}{true}
-
-\cfg{html-contents-filename}{index.html}
-\cfg{html-template-filename}{%k.html}
-\cfg{html-template-fragment}{%k}
-
-\cfg{html-mshtmlhelp-chm}{puzzles.chm}
-\cfg{html-mshtmlhelp-project}{puzzles.hhp}
-\cfg{html-mshtmlhelp-contents}{puzzles.hhc}
-\cfg{html-mshtmlhelp-index}{puzzles.hhk}
-
-\cfg{html-body-end}{}
-
-\cfg{html-head-end}{<link rel="stylesheet" type="text/css" href="chm.css">}