
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"