This is the mail archive of the
automake@gnu.org
mailing list for the automake project.
Re: Single question FAQ
- From: Tom Tromey <tromey at redhat dot com>
- To: Bruce Korb <bkorb at pacbell dot net>
- Cc: automake at gnu dot org
- Date: 21 Aug 2002 11:30:29 -0600
- Subject: Re: Single question FAQ
- References: <3D308C01.190CD192@pacbell.net>
- Reply-to: tromey at redhat dot com
>>>>> "Bruce" == Bruce Korb <bkorb@pacbell.net> 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