]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/libs/context/doc/Jamfile.v2
add subtree-ish sources for 12.0.3
[ceph.git] / ceph / src / boost / libs / context / doc / Jamfile.v2
1 # (C) Copyright 2008 Oliver Kowalke
2 #
3 # Distributed under the Boost Software License, Version 1.0. (See accompanying
4 # file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
5
6 project context/doc ;
7
8 import boostbook ;
9 import quickbook ;
10 import modules ;
11
12 path-constant here : . ;
13
14 boostbook context
15 :
16 context.qbk
17 :
18 # Path for links to Boost:
19 <xsl:param>boost.root=../../../..
20 # HTML options first:
21 # How far down we chunk nested sections, basically all of them:
22 <xsl:param>chunk.section.depth=3
23 # Don't put the first section on the same page as the TOC:
24 <xsl:param>chunk.first.sections=1
25 # How far down sections get TOC's
26 <xsl:param>toc.section.depth=10
27 # Max depth in each TOC:
28 <xsl:param>toc.max.depth=3
29 # How far down we go with TOC's
30 <xsl:param>generate.section.toc.level=10
31 # Absolute path for images:
32 <format>pdf:<xsl:param>img.src.path=$(here)/html/
33 ;
34
35 ###############################################################################
36 alias boostdoc ;
37 explicit boostdoc ;
38 alias boostrelease : context ;
39 explicit boostrelease ;