chm.but 707 B

1234567891011121314151617181920212223
  1. \# File containing the magic HTML configuration directives to create
  2. \# an MS HTML Help project. We put this on the end of the PuTTY
  3. \# docs build command line to build the HHP and friends.
  4. \cfg{html-leaf-level}{infinite}
  5. \cfg{html-leaf-contains-contents}{false}
  6. \cfg{html-suppress-navlinks}{true}
  7. \cfg{html-suppress-address}{true}
  8. \cfg{html-contents-filename}{index.html}
  9. \cfg{html-template-filename}{%k.html}
  10. \cfg{html-template-fragment}{%k}
  11. \cfg{html-mshtmlhelp-chm}{putty.chm}
  12. \cfg{html-mshtmlhelp-project}{putty.hhp}
  13. \cfg{html-mshtmlhelp-contents}{putty.hhc}
  14. \cfg{html-mshtmlhelp-index}{putty.hhk}
  15. \cfg{html-body-end}{}
  16. \cfg{html-head-end}{<link rel="stylesheet" type="text/css" href="chm.css">}