• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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
12path-constant here : . ;
13
14boostbook fiber
15    :
16        fibers.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###############################################################################
36alias boostdoc ;
37explicit boostdoc ;
38alias boostrelease : fiber ;
39explicit boostrelease ;
40