]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/libs/range/doc/Jamfile.v2
bump version to 12.2.2-pve1
[ceph.git] / ceph / src / boost / libs / range / doc / Jamfile.v2
1 #// Boost.Range library
2 #//
3 #// Copyright Thorsten Ottosen 2003-2008. Use, modification and
4 #// distribution is subject to the Boost Software License, Version
5 #// 1.0. (See accompanying file LICENSE_1_0.txt or copy at
6 #// http://www.boost.org/LICENSE_1_0.txt)
7 #//
8 #// For more information, see http://www.boost.org/libs/range/
9 #//
10
11 project boost/libs/range/doc ;
12 using boostbook ;
13 using quickbook ;
14
15 path-constant images_location : html ;
16
17 boostbook quickbook
18 :
19 boost_range.qbk
20 :
21 <xsl:param>boost.root=../../../..
22 <xsl:param>chunk.section.depth=4
23 <xsl:param>chunk.first.sections=1
24 <xsl:param>toc.section.depth=3
25 <xsl:param>toc.max.depth=3
26 <xsl:param>generate.section.toc.level=4
27 <format>pdf:<xsl:param>boost.url.prefix=http://www.boost.org/doc/libs/release/doc/html
28 <format>pdf:<xsl:param>img.src.path=$(images_location)/
29 ;
30
31 ###############################################################################
32 alias boostdoc ;
33 explicit boostdoc ;
34 alias boostrelease : quickbook ;
35 explicit boostrelease ;