]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/libs/geometry/doc/Jamfile.v2
bump version to 12.2.2-pve1
[ceph.git] / ceph / src / boost / libs / geometry / doc / Jamfile.v2
1 # Boost.Geometry (aka GGL, Generic Geometry Library)
2 #
3 # Copyright (c) 2007-2012 Barend Gehrels, Amsterdam, the Netherlands.
4 # Copyright (c) 2008-2012 Bruno Lalande, Paris, France.
5 # Copyright (c) 2009-2012 Mateusz Loskot, London, UK.
6
7 # Use, modification and distribution is subject to the Boost Software License,
8 # Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
9 # http://www.boost.org/LICENSE_1_0.txt)
10
11 project geometry/doc ;
12
13 # Auto-index, experimental. Commented otherwise does not build without.
14 #using auto-index ;
15 using quickbook ;
16
17 path-constant here : . ;
18 path-constant images_location : html ;
19
20 boostbook geometry
21 : geometry.qbk
22 : <dependency>Jamfile.v2
23 <dependency>quickref.xml
24 <dependency>generated/point.qbk
25 <xsl:param>chunk.section.depth=4
26 # <auto-index>off
27 # <auto-index-internal>on
28 # <auto-index-verbose>off
29 # <xsl:param>index.on.type=1
30 # <format>html
31 <xsl:param>chunk.first.sections=1
32 <xsl:param>toc.section.depth=3
33 <xsl:param>toc.max.depth=2
34 <xsl:param>generate.section.toc.level=4
35 <xsl:param>boost.root=../../../..
36 <quickbook-define>enable_index
37 <include>$(here)
38 <format>pdf:<xsl:param>img.src.path=$(images_location)/
39 ;
40
41 install pdfinstall : geometry/<format>pdf : <location>. <name>geometry.pdf <install-type>PDF ;
42 explicit pdfinstall ;
43