This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: [PATCH] Add install-html stub for libstdc++-v3
- From: Benjamin Kosnik <bkoz at redhat dot com>
- To: "Carlos O'Donell" <carlos at codesourcery dot com>
- Cc: libstdc++ at gcc dot gnu dot org, gcc-patches at gnu dot org
- Date: Thu, 25 May 2006 10:53:57 -0500
- Subject: Re: [PATCH] Add install-html stub for libstdc++-v3
- References: <20060524223600.GK26980@lios>
> +# 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?
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?
-benjamin