]> git.proxmox.com Git - ceph.git/blame - ceph/src/boost/libs/math/doc/distexplorer/Jamfile.v2
bump version to 12.2.2-pve1
[ceph.git] / ceph / src / boost / libs / math / doc / distexplorer / Jamfile.v2
CommitLineData
7c673cae
FG
1# Copyright Paul A. Bristow 2008
2# Copyright John Maddock 2008
3
4# Distributed under the Boost Software License, Version 1.0.
5# (See accompanying file LICENSE_1_0.txt
6# or copy at http://www.boost.org/LICENSE_1_0.txt)
7
8# Reminder: whitespace MUST terminate variable name!
9# so space BEFORE ; and :
10
11# Distexplorer documentation as html from Quickbook.
12
13# project boost/doc ;
14
15using quickbook ;
16
17#path-constant images_location : html ;
18# location of SVG images referenced by Quickbook.
19# screenshots installed as recomended by Sourceforge.
20
21xml distexplorer
22 :
23 distexplorer.qbk
24 :
25;
26
27# import boostbook : boostbook ;
28
29boostbook standalone
30 :
31 distexplorer
32 :
33 # Path for links to Boost:
34 <xsl:param>boost.root=../../../../..
35
36 # Some general style settings:
37 <xsl:param>table.footnote.number.format=1
38 <xsl:param>footnote.number.format=1
39
40 # HTML options first:
41 # Use graphics not text for navigation:
42 <xsl:param>navig.graphics=1
43 # How far down we chunk nested sections, basically all of them:
44 <xsl:param>chunk.section.depth=10
45 # Don't put the first section on the same page as the TOC:
46 <xsl:param>chunk.first.sections=1
47 # How far down sections get TOC's
48 <xsl:param>toc.section.depth=10
49 # Max depth in each TOC:
50 <xsl:param>toc.max.depth=4
51 # How far down we go with TOC's
52 <xsl:param>generate.section.toc.level=10
53 #<xsl:param>root.filename="distexplorer"
54;
55
56