]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/libs/iterator/doc/Jamfile.v2
add subtree-ish sources for 12.0.3
[ceph.git] / ceph / src / boost / libs / iterator / doc / Jamfile.v2
1 # Copyright Thomas Witt 2005. 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 iterator
8 :
9 quickbook/iterator.qbk
10 ;
11
12 boostbook standalone
13 :
14 iterator
15 :
16 <xsl:param>boost.root=../../../..
17 <xsl:param>toc.max.depth=3
18 <xsl:param>toc.section.depth=3
19 <xsl:param>chunk.section.depth=4
20 <format>pdf:<xsl:param>boost.url.prefix=http://www.boost.org/doc/libs/release/libs/iterator/doc
21 ;
22
23 ###############################################################################
24 alias boostdoc ;
25 explicit boostdoc ;
26 alias boostrelease : standalone ;
27 explicit boostrelease ;