From 7bdfda840962e0de7442c4f58d37ca1f560a5797 Mon Sep 17 00:00:00 2001 From: Simon Tatham Date: Sat, 13 May 2017 18:55:52 +0100 Subject: 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! --- chm.but | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 chm.but (limited to 'chm.but') 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}{} -- cgit v1.1