On Wednesday 12 April 2006 03:22, Eric Niebler wrote: > Eric Niebler wrote: > > Rene Rivera wrote: > >> Eric Niebler wrote: > >>> Rene, it looks like this has something to do with the change you made > >>> to the jam build location. Can you take a look? > >> > >> I think it's a change Volodya made to include the bjam docs inside the > >> BBv2 docs. The bjam docs have been working on the new location for some > >> time now. Not sure the change Volodya did is though. > > > > Ah. I see. We need to add some references to $BOOST_ROOT/doc/Jamfile.v2. > > The following two seem to do the trick: > > > > <dependency>../tools/build/v2/doc//jam_docs > > <implicit-dependency>../tools/build/v2/doc//jam_docs > > > > Volodya, does this change need to be applied to the RC branch, too? > > I take it back, that's not quite right. I'm now getting heaps of > warnings like: > > > ../bin.v2/doc/msvc-7.1/debug/boost.docbook:68073: element section: > validity error : ID jam.intro already defined > xml:base="../bin.v2/tools/build/v2/doc/msvc-7.1/debug/link-static/jam_docs. >xml" > > > > Clearly, including the Jam documentation twice was a bad idea. Volodya?
Hmm... we still need some way to include jam docs into Boost.Build standalone docs... Anybody knows any way to do conditional xi:include, so that I can set some parameter when building standlone Boost.Build docs? If no, I'll modify Boost.Build nightly build script to patch docs to add include of jam docs. - Volodya -- Vladimir Prus http://vladimir_prus.blogspot.com Boost.Build V2: http://boost.org/boost-build2 ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 _______________________________________________ Boost-docs mailing list [email protected] Unsubscribe and other administrative requests: https://lists.sourceforge.net/lists/listinfo/boost-docs
