]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/libs/numeric/conversion/doc/Jamfile.v2
add subtree-ish sources for 12.0.3
[ceph.git] / ceph / src / boost / libs / numeric / conversion / doc / Jamfile.v2
1 # Boost.Numeric/Conversion
2 #
3 # Copyright (c) 2004-2007 Fernando Luis Cacciola Carballal
4 #
5 # Distributed under the Boost Software License, Version 1.0.
6 # (See accompanying file LICENSE_1_0.txt or copy at
7 # http://www.boost.org/LICENSE_1_0.txt)
8
9
10 # Quickbook
11 # -----------------------------------------------------------------------------
12
13 import quickbook ;
14
15 path-constant images : html ;
16
17
18 xml conversion
19 :
20 conversion.qbk
21 ;
22
23 boostbook standalone
24 :
25 conversion
26 :
27 <xsl:param>boost.root=../../../../..
28 <xsl:param>html.stylesheet=boostbook.css
29 <xsl:param>toc.max.depth=2
30 <xsl:param>toc.section.depth=2
31 <xsl:param>chunk.section.depth=1
32 <format>pdf:<xsl:param>img.src.path=$(images)/
33 <format>pdf:<xsl:param>boost.url.prefix=http://www.boost.org/doc/libs/release/libs/numeric/conversion/doc/html
34 ;
35
36