This is the mail archive of the
automake@gnu.org
mailing list for the automake project.
Re: Add support for generating HTML docs a` la PDF, etc.
- From: karl at freefriends dot org (Karl Berry)
- To: duret_g at lrde dot epita dot fr
- Cc: rich at phekda dot freeserve dot co dot uk
- Cc: automake-patches at gnu dot org
- Cc: automake at gnu dot org
- Date: Wed, 26 Feb 2003 09:44:14 -0500
- Subject: Re: Add support for generating HTML docs a` la PDF, etc.
- References: <E18nQfb-0001el-00@phekda.freeserve.co.uk><2003-02-24-23-49-54+7299+duret_g@lrde.epita.fr><3E5B4C0C.E76B4AA1@phekda.freeserve.co.uk><2003-02-26-00-33-55+5549+duret_g@lrde.epita.fr>
Hi Alexandre,
I'm cc:ing you often these days.
It's nice to be included :).
The discussion is about introducing a `make html' target to Automake.
Good.
AFAICT `makeinfo --html --no-split' creates file named `mumble.html',
while `makeinfo --html' creates a directory named `mumble.html/'.
Correct (well, it depends on the @setfilename too, but you know that).
So it seems we could handle both cases with `rm -rf mumble.html'.
I concur.
For instance using a $(MAKEINFO_html) variable as the command,
something similar for the options.
I agree again, that variable overriding is better than an automake
option for this need.
Guess you didn't need me after all :).
Thanks,
karl