Re: Generating HTML from BoostBook XML (was Re: [boost] Should I use std::get or boost::get (or both) in Boost.Array)
Daniel James <[email protected]>
| Newsgroups | gmane.comp.lib.boost.documentation |
|---|---|
| Message-ID | <CAHOE3ycgucnqEgpYSH7ArKOV02iqqyGTm-8e0zHOvmRGZmC2bg@mail.gmail.com> |
On 19 December 2012 19:32, Marshall Clow <[email protected]> wrote: > [ Resending to the -docs list ] > > I'm updating the Boost.Array documentation to describe the changes I made, and the only source file there is BoostBook XML. > That's unfortunate, but OK, I can edit that. > > But how do I turn it into HTML? > There's no Jamfile in the libs/array/doc directory, just a XML file. > > [ Note: I believe I have all the pieces installed correctly; I can generate documentation for other libraries. ] It's normally just built as part of the combined documentation, which wasn't so horrendously slow when the array documentation was originally written. You can add a Jamfile if you want to build standalone documentation. Something like: using boostbook ; boostbook standalone : array.xml : <xsl:param>boost.root=../../../.. ;