]> git.proxmox.com Git - ceph.git/blame - ceph/src/boost/libs/fiber/doc/Jamfile.v2
bump version to 12.2.2-pve1
[ceph.git] / ceph / src / boost / libs / fiber / doc / Jamfile.v2
CommitLineData
7c673cae
FG
1# (C) Copyright 2013 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
6project fiber/doc ;
7
8import boostbook ;
9import quickbook ;
10import modules ;
11
12boostbook fiber
13 :
14 fibers.qbk
15 :
16 # Path for links to Boost:
17 <xsl:param>boost.root=../../../..
18 # HTML options first:
19 # How far down we chunk nested sections, basically all of them:
20 <xsl:param>chunk.section.depth=3
21 # Don't put the first section on the same page as the TOC:
22 <xsl:param>chunk.first.sections=1
23 # How far down sections get TOC's
24 <xsl:param>toc.section.depth=10
25 # Max depth in each TOC:
26 <xsl:param>toc.max.depth=3
27 # How far down we go with TOC's
28 <xsl:param>generate.section.toc.level=10
29 ;
30
31###############################################################################
32alias boostdoc
33 : fiber
34 :
35 :
36 : ;
37explicit boostdoc ;
38alias boostrelease ;
39explicit boostrelease ;