summaryrefslogtreecommitdiffstats
path: root/apps/plugins/puzzles/chm.but
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/puzzles/chm.but')
-rw-r--r--apps/plugins/puzzles/chm.but21
1 files changed, 21 insertions, 0 deletions
diff --git a/apps/plugins/puzzles/chm.but b/apps/plugins/puzzles/chm.but
new file mode 100644
index 0000000000..e0237044e4
--- /dev/null
+++ b/apps/plugins/puzzles/chm.but
@@ -0,0 +1,21 @@
+\# 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">}