From d1cfcffa05958114846836fddcd186b156eeac37 Mon Sep 17 00:00:00 2001 From: Simon Tatham Date: Sat, 23 Dec 2006 08:44:51 +0000 Subject: 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] --- chm.but | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 chm.but (limited to 'chm.but') diff --git a/chm.but b/chm.but new file mode 100644 index 0000000..a28384d --- /dev/null +++ b/chm.but @@ -0,0 +1,23 @@ +\# 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}{} + +\versionid $Id$ -- cgit v1.1