This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Add install-html stub for libstdc++-v3


On Thu, May 25, 2006 at 10:53:57AM -0500, Benjamin Kosnik wrote:
> 
> > +# Install distribution html documentation, doxygen documentation
> > +# also needs install.
> > +
> > +.PHONY: install-html
> > +
> > +install-html:
> 
> Hmm. Well, this does nothing. 
> What are you trying to do?

The "html" and "install-html" targets have been added at the top-level.
Both of these targets are recursive. Each library should provide the
"html" and "install-html" targets.

I am implementing the "html" and "install-html" targets where
appropriate. I was not familiar enough with the library to write the
required "install-html" rule, so instead a stub was added.

> I see an "install-html" rule in libiberty. If you're going to do
> something similar, I'd rather it do something, like what the comment
> says. (Ie, install the docs, generate and install the doxygen bits.)
> 
> Sound reasonable?

Could we change the comment to read:

	# Installation of distribution html documentation not yet supported.
	# TODO: Write custom install-html rule.

Cheers,
Carlos.
-- 
Carlos O'Donell
CodeSourcery
carlos@codesourcery.com
(650) 331-3385 x716


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]