]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/libs/function_types/doc/Jamfile
bump version to 12.2.2-pve1
[ceph.git] / ceph / src / boost / libs / function_types / doc / Jamfile
1
2 # (C) Copyright Tobias Schwinger
3 #
4 # Use modification and distribution are subject to the boost Software License,
5 # Version 1.0. (See http://www.boost.org/LICENSE_1_0.txt).
6
7 using quickbook ;
8
9 xml function_types : function_types.qbk ;
10 boostbook standalone
11 :
12 function_types
13 :
14 <xsl:param>boost.root=../../../..
15 <xsl:param>chunk.first.sections=1
16 <xsl:param>chunk.section.depth=2
17 <xsl:param>generate.section.toc.level=2
18 <xsl:param>toc.section.depth=1
19 <xsl:param>toc.max.depth=1
20 ;
21
22
23 ###############################################################################
24 alias boostdoc ;
25 explicit boostdoc ;
26 alias boostrelease : standalone ;
27 explicit boostrelease ;