]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/tools/boostdep/doc/Jamfile
add subtree-ish sources for 12.0.3
[ceph.git] / ceph / src / boost / tools / boostdep / doc / Jamfile
1 # Copyright 2015 Peter Dimov. Use, modification, and distribution are
2 # subject to the Boost Software License, Version 1.0. See accompanying
3 # file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt
4
5 using quickbook ;
6
7 xml boostdep : src/boostdep.qbk ;
8
9 boostbook standalone
10 :
11 boostdep
12 :
13 <xsl:param>boost.root=../../../..
14
15 <xsl:param>chunk.section.depth=0
16 <xsl:param>chunk.first.sections=0
17 <xsl:param>toc.section.depth=2
18 <xsl:param>toc.max.depth=2
19 <xsl:param>generate.section.toc.level=1
20
21 <xsl:param>generate.manifest=0
22 ;