]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/libs/spirit/repository/doc/Jamfile
add subtree-ish sources for 12.0.3
[ceph.git] / ceph / src / boost / libs / spirit / repository / doc / Jamfile
1 #==============================================================================
2 # Copyright (c) 2001-2011 Joel de Guzman
3 # Copyright (c) 2001-2011 Hartmut Kaiser
4 #
5 # Use, modification and distribution is subject to the Boost Software
6 # License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
7 # http://www.boost.org/LICENSE_1_0.txt)
8 #==============================================================================
9
10 project spirit/repository/doc ;
11
12 import boostbook ;
13 import quickbook ;
14
15 path-constant images_location : html ;
16
17 boostbook spirit2_repository
18 :
19 spirit2_repository.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>html:<xsl:param>admon.graphics.path=images/
28
29 <include>.
30 <format>pdf:<xsl:param>img.src.path=$(images_location)/
31 <format>pdf:<xsl:param>draft.mode="no"
32 <format>pdf:<xsl:param>boost.url.prefix=http://www.boost.org/doc/libs/release/libs/spirit/repository/doc/html
33 ;