]> git.proxmox.com Git - ceph.git/blame - ceph/src/boost/tools/bcp/doc/Jamfile.v2
bump version to 12.2.2-pve1
[ceph.git] / ceph / src / boost / tools / bcp / doc / Jamfile.v2
CommitLineData
7c673cae
FG
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
6using quickbook ;
7
8xml bcp : bcp.qbk ;
9boostbook 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