• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1#   Copyright (c) 2001 Jaakko J�rvi
2
3#   Distributed under the Boost Software License, Version 1.0.
4#   (See accompanying file LICENSE_1_0.txt or copy at
5#   http://www.boost.org/LICENSE_1_0.txt)
6
7project doc/tuple ;
8
9import boostbook ;
10import quickbook ;
11
12xml tuple : tuple_users_guide.qbk ;
13
14boostbook standalone_tuple
15    :
16        tuple
17    :
18        <xsl:param>boost.root=../../../..
19        # File name of HTML output:
20        <xsl:param>root.filename=tuple_users_guide
21        # How far down we chunk nested sections, basically all of them:
22        <xsl:param>chunk.section.depth=0
23        # Don't put the first section on the same page as the TOC:
24        <xsl:param>chunk.first.sections=0
25        # How far down sections get TOC's
26        <xsl:param>toc.section.depth=1
27        # Max depth in each TOC:
28        <xsl:param>toc.max.depth=1
29        # How far down we go with TOC's
30        <xsl:param>generate.section.toc.level=0
31     ;
32
33###############################################################################
34alias boostdoc ;
35explicit boostdoc ;
36alias boostrelease : standalone_tuple ;
37explicit boostrelease ;
38