mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-01-25 01:02:24 +00:00
1dac1bc911
and various calls to WinHelp() have been centralised into a new file winhelp.c, which in turn has been modified to detect a .CHM file as well as .HLP and select between them as appropriate. It explicitly tries to load HHCTRL.OCX and use GetProcAddress, meaning that it _should_ still work correctly on pre-HTML-Help platforms, falling gracefully back to WinHelp, but although I tested this by temporarily renaming my own HHCTRL.OCX I haven't yet been able to test it on a real HTML-Help-free platform. Also in this checkin: a new .but file and docs makefile changes to make it convenient to build the sources for a .CHM. As yet, owing to limitations of Halibut's CHM support, I'm not able to write a .CHM directly, more's the pity. [originally from svn r7000]
20 lines
623 B
Plaintext
20 lines
623 B
Plaintext
\# File containing the magic HTML configuration directives to create
|
|
\# an MS HTML Help project. We put this on the end of the PuTTY
|
|
\# 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}{putty.chm}
|
|
\cfg{html-mshtmlhelp-project}{putty.hhp}
|
|
\cfg{html-mshtmlhelp-contents}{putty.hhc}
|
|
\cfg{html-mshtmlhelp-index}{putty.hhk}
|
|
|
|
\versionid $Id$
|