[oclug] Re: Htmldoc

Sandy Harris sandy at storm.ca
Sat Feb 24 18:58:48 EST 2001


Raymond Wood wrote:
> 
> Hi Sandy,
> 
> After reading your recent email to the list, I have a quick question
> about Htmldoc:
> 
> Did you say it was possible to create headers and footers with a
> 'Previous, Next, Contents' hyperlink construct on each page?
> 
> If so, how is this done with Htmldoc?  (I could not find any reference
> to this in either the CLI or GUI documentation).
> 
If you give it a directory as target, with the -d option, it creates
multiple files with those links, plus a table of contents file, in
that directory.

e.g. I have two Makefile lines, with $(sections) pre-defined as a list of
source HTML files in another directory:

htmldoc -t html -d . $(sections)
htmldoc -t html -f HowTo.html $(sections)

The first creates many HTML files with next/contents/prev links plus the TOC.
The second creates one big HTML file.



More information about the OCLUG mailing list