Re: [Cppunit-devel] CppUnit 1.7.10 tar ball
Brought to you by:
blep
From: Steve M. R. <ste...@vi...> - 2002-04-05 13:26:26
|
On Wed, Apr 03, 2002 at 11:20:36AM +0200, Baptiste Lepilleur wrote: > Thanks. At least the major no go of the previous release as been resolved. > > Indeed, it's strange that doxygen is invoked by 'make check'. Though, I > don't have the first as to were that make rule is defined. The docs are generated for make target "all" (the default if you type just "make"). Since "check" depends on "all" (it must since you need the libs built in order to check them), then running simply "make check" will first invoke all the rules for "make all", which includes doxygen-generated docs. If that bothers you, you can choose to NOT build the documentation using ./configure --disable-doxygen ... See ./configure --help for a full list of optional features. -S -- by Rocket to the Moon, by Airplane to the Rocket, by Taxi to the Airport, by Frontdoor to the Taxi, by throwing back the blanket and laying down the legs ... - They Might Be Giants |