]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/tools/bcp/doc/Jamfile.v2
add subtree-ish sources for 12.0.3
[ceph.git] / ceph / src / boost / tools / bcp / doc / Jamfile.v2
1
2 # Copyright John Maddock 2005. Use, modification, and distribution are
3 # subject to the Boost Software License, Version 1.0. (See accompanying
4 # file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
5
6 using quickbook ;
7
8 xml bcp : bcp.qbk ;
9 boostbook standalone
10 :
11 bcp
12 :
13 # How far down we chunk nested sections, basically all of them:
14 <xsl:param>chunk.section.depth=0
15 # Path for links to Boost:
16 <xsl:param>boost.root=../../../..
17 ;
18