]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/libs/geometry/doc/index/Jamfile.v2
bump version to 12.2.2-pve1
[ceph.git] / ceph / src / boost / libs / geometry / doc / index / Jamfile.v2
1 # Boost.Geometry Index
2 #
3 # Copyright (c) 2011-2012 Adam Wulkiewicz.
4 #
5 # Use, modification and distribution is subject to the Boost Software License,
6 # Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
7 # http://www.boost.org/LICENSE_1_0.txt)
8
9 project geometry_index/doc ;
10
11 import boostbook ;
12 import quickbook ;
13
14 boostbook geometry_index-doc
15 :
16 index.qbk
17 :
18 <dependency>Jamfile.v2
19 <dependency>generated/rtree.qbk
20
21 <format>html
22 <format>pdf:<xsl:param>boost.url.prefix=http://www.boost.org/doc/libs/release/doc/html
23 <xsl:param>chunk.section.depth=2
24 <xsl:param>chunk.first.sections=1
25 <xsl:param>toc.section.depth=3
26 <xsl:param>toc.max.depth=2
27 <xsl:param>generate.section.toc.level=2
28 <xsl:param>boost.root=http://www.boost.org/doc/libs/release
29
30 <quickbook-define>enable_index
31 <include>$(here)
32 ;