2
0
mirror of https://github.com/boostorg/bcp.git synced 2026-01-19 16:12:10 +00:00
Files
bcp/doc/Jamfile.v2
Daniel James cce8d76ca5 Update various libraries' documentation build.
Mostly to use the images and css files under doc/src instead of
doc/html, usually be deleting the settings in order to use the defaults.
Also add 'boost.root' to some builds in order to fix links which rely on
it.

[SVN r63146]
2010-06-20 18:00:48 +00:00

19 lines
497 B
Plaintext

# Copyright John Maddock 2005. Use, modification, and distribution are
# subject to the Boost Software License, Version 1.0. (See accompanying
# file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
using quickbook ;
xml bcp : bcp.qbk ;
boostbook standalone
:
bcp
:
# How far down we chunk nested sections, basically all of them:
<xsl:param>chunk.section.depth=0
# Path for links to Boost:
<xsl:param>boost.root=../../../..
;