diff options
| author | Simon Tatham <anakin@pobox.com> | 2006-12-11 19:43:10 +0000 |
|---|---|---|
| committer | Simon Tatham <anakin@pobox.com> | 2006-12-11 19:43:10 +0000 |
| commit | 7a4700f5f5afcea1580ec4fcfb628afe6beb3e6b (patch) | |
| tree | f12b714c11a7d71c40462b05ebcf03ff8b6aa7f0 /doc/chm.but | |
| parent | 490fa6c766aece7ea7cd0cf11ee10c2b37efc386 (diff) | |
| download | halibut-7a4700f5f5afcea1580ec4fcfb628afe6beb3e6b.zip halibut-7a4700f5f5afcea1580ec4fcfb628afe6beb3e6b.tar.gz halibut-7a4700f5f5afcea1580ec4fcfb628afe6beb3e6b.tar.bz2 halibut-7a4700f5f5afcea1580ec4fcfb628afe6beb3e6b.tar.xz | |
Support for the MS HTML Help system in the HTML back end. As yet I
don't know how to write out a .CHM directly, but I am at least able
to have the HTML back end write out the three auxiliary files which
enable a .CHM to be generated using the MS HTML Help compiler.
[originally from svn r6991]
Diffstat (limited to 'doc/chm.but')
| -rw-r--r-- | doc/chm.but | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/doc/chm.but b/doc/chm.but new file mode 100644 index 0000000..510baf8 --- /dev/null +++ b/doc/chm.but @@ -0,0 +1,19 @@ +\# File containing the magic HTML configuration directives to create +\# an MS HTML Help project. We put this on the end of the Halibut +\# 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}{halibut.chm} +\cfg{html-mshtmlhelp-project}{halibut.hhp} +\cfg{html-mshtmlhelp-contents}{halibut.hhc} +\cfg{html-mshtmlhelp-index}{halibut.hhk} + +\versionid $Id$ |