This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: libstdc++ Documentation
- To: Phil Edwards <pedwards at disaster dot jaj dot com>
- Subject: Re: libstdc++ Documentation
- From: Benjamin Kosnik <bkoz at redhat dot com>
- Date: Mon, 19 Mar 2001 09:56:55 -0800 (PST)
- cc: Greg Bumgardner <bumgard at roguewave dot com>, "'Victor Kirk'" <vic dot kirk at btinternet dot com>, "'stephen dot webb at cybersafe dot com'" <stephen dot webb at cybersafe dot com>, libstdc++ at gcc dot gnu dot org
> I've been wanting to be able to do this without needing a build directory
> in place already (hence, no information produced by configure/make should
> be required). Thus the script you see there. There's a "doxygen" target
> in the top Makefile, but it just runs the script.
This strikes me as unreasonable. You'd need a build directory to do the
traditional 'make info' so requiring a build directory to do 'make
doxygen' doesn't seem so draconian to me.