>>>>> "Bruce" == Bruce Korb <[EMAIL PROTECTED]> writes:
Bruce> Attached are three files:
I finally looked at this. It sure is a lot of machinery for a faq!
Also I had to download and install autogen, since it doesn't come with
my distribution.
When I try to run autogen I get this:
grep: ../automake_toc.html: No such file or directory
grep: ../automake_toc.html: No such file or directory
I think that's because in our htdocs cvs module we use a single large
`automake.html'. I ran autogen like this:
AM_HTMLDOC_DIR=..
export AM_HTMLDOC_DIR
autogen automakefaq.def
(automake.html is in `..')
I changed the references to `automake_toc.html' to `automake.html',
but now the generated html doesn't look right. For instance:
See <a href="/manual/automake/html_node/are explained later (see <a
href="#Program%20and%20Library%20Variables
Can you fix this?
Tom