mirror of
git://git.tartarus.org/simon/puzzles.git
synced 2025-04-19 23:21:31 -07:00
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]
This commit is contained in:
@ -5,3 +5,10 @@ puzzles.hlp puzzles.txt: puzzles.but
|
||||
|
||||
HACKING: devel.but
|
||||
halibut --text=HACKING devel.but
|
||||
|
||||
chm: puzzles.hhp
|
||||
puzzles.hhp: puzzles.but chm.but
|
||||
halibut --html puzzles.but chm.but
|
||||
|
||||
clean:
|
||||
rm -f puzzles.hlp puzzles.txt HACKING *.html *.hh[pck]
|
||||
|
23
chm.but
Normal file
23
chm.but
Normal file
@ -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$
|
Reference in New Issue
Block a user