aboutsummaryrefslogtreecommitdiff
path: root/chm.but
diff options
context:
space:
mode:
authorSimon Tatham <anakin@pobox.com>2006-12-23 08:44:51 +0000
committerSimon Tatham <anakin@pobox.com>2006-12-23 08:44:51 +0000
commitd1cfcffa05958114846836fddcd186b156eeac37 (patch)
treecac8479487eaa70a8aa8184ed8e2b634eeee2983 /chm.but
parente08948a7ea96ae6051850a5359bbb960398afcf4 (diff)
downloadpuzzles-d1cfcffa05958114846836fddcd186b156eeac37.zip
puzzles-d1cfcffa05958114846836fddcd186b156eeac37.tar.gz
puzzles-d1cfcffa05958114846836fddcd186b156eeac37.tar.bz2
puzzles-d1cfcffa05958114846836fddcd186b156eeac37.tar.xz
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]
Diffstat (limited to 'chm.but')
-rw-r--r--chm.but23
1 files changed, 23 insertions, 0 deletions
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}{<link rel="stylesheet" type="text/css" href="chm.css">}
+
+\versionid $Id$