• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# (C) Copyright 2008-11 Anthony Williams
2# (C) Copyright 2011-12 Vicente J. Botet Escriba
3#
4# Distributed under the Boost Software License, Version 1.0. (See accompanying
5# file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
6
7path-constant boost-images : ../../../doc/src/images ;
8
9xml thread : thread.qbk ;
10
11boostbook standalone
12    :
13        thread
14    :
15        # HTML options first:
16        # Use graphics not text for navigation:
17        <xsl:param>navig.graphics=1
18        # How far down we chunk nested sections, basically all of them:
19        <xsl:param>chunk.section.depth=2
20        # Don't put the first section on the same page as the TOC:
21        <xsl:param>chunk.first.sections=1
22        # How far down sections get TOC's
23        <xsl:param>toc.section.depth=4
24        # Max depth in each TOC:
25        <xsl:param>toc.max.depth=2
26        # How far down we go with TOC's
27        <xsl:param>generate.section.toc.level=10
28        # Path for links to Boost:
29        <xsl:param>boost.root=../../../..
30    ;
31
32###############################################################################
33alias boostdoc
34    : thread
35    :
36    :
37    : ;
38explicit boostdoc ;
39alias boostrelease ;
40explicit boostrelease ;
41