This is the mail archive of the
automake@gnu.org
mailing list for the automake project.
Re: html texinfo install?
- From: Bruce Korb <bkorb at veritas dot com>
- To: Bob Friesenhahn <bfriesen at simple dot dallas dot tx dot us>
- Cc: bug-autoconf at gnu dot org, automake at gnu dot org, dumas at centre-cired dot fr,Karl Berry <karl at freefriends dot org>
- Date: Tue, 17 Feb 2004 08:11:09 -0800
- Subject: Re: html texinfo install?
- References: <Pine.GSO.4.44.0402170953100.13288-100000@scooby.simplesystems.org>
- Reply-to: bkorb at veritas dot com
Bob Friesenhahn wrote:
> I am against having separate install targets because GNU makefiles
> normally install everything by default and that is what users should
> expect. Installing everything is not a problem for distribution
> maintainers since they decide which files to package using their
> distribution tools.
When you have a tool that produces so many doc formats, I think you
want to be able to let the user select what is wanted. If "make install"
implies installing html, then it implies building it, too. That means
"make" needs to imply making the html. Probably the friendliest thing
is to let the user select at, say, configure time which form(s) of
documentation they want built and installed. --enable-html, --disable-info,
--enable-ps, etc. with certain defaults for certain output types. Then,
the debate degenerates into whether html should default to enabled or
disabled. I'd lean toward disabled, but I don't care much either way....