Boost logo

Boost :

Subject: Re: [boost] [signals2] How to build docs?
From: Frank Mori Hess (fmhess_at_[hidden])
Date: 2009-08-22 08:07:19


On Saturday 22 August 2009, John Maddock wrote:
> For now, I'm just trying to build the HTML from within
> libs/signals2/doc, it builds cleanly with apparently no errors, but
> there were some "failed to load external entity" XSLT warnings that lead
> to the HTML having no code snippets in it

> The program that extracts the code snippets seems to run OK, I just
> don't see any generated XML files anywhere?
>
> This is on Windows BTW.

When I build on linux, the snippets get put in
bin.v2/libs/signals2/doc/gcc-4.3.2/debug/

and "bjam -d2" shows it running xsltproc with a

--path "../../../bin.v2/libs/signals2/doc/gcc-4.3.2/debug"

option:

xslt-xsltproc ../../../bin.v2/libs/signals2/doc/gcc-4.3.2/debug/signals.docbook

    XML_CATALOG_FILES=../../../bin.v2/boostbook_catalog.xml
export XML_CATALOG_FILES
 "xsltproc" --stringparam
boost.libraries "../../../libraries.htm" --stringparam
boost.root "../../../.." --stringparam
html.stylesheet "../../../../doc/html/boostbook.css" --path "../../../bin.v2/libs/signals2/doc/gcc-4.3.2/debug" --xinclude -o "../../../bin.v2/libs/signals2/doc/gcc-4.3.2/debug/signals.docbook" "/home/fhess/svn/boost_trunk/tools/boostbook/xsl/docbook.xsl" "signals.xml"




Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk