• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1
2# Copyright John Maddock 2005. Use, modification, and distribution are
3# subject to 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
6using quickbook ;
7
8xml bcp : bcp.qbk ;
9boostbook standalone
10    :
11        bcp
12    :
13        # How far down we chunk nested sections, basically all of them:
14        <xsl:param>chunk.section.depth=0
15        # Path for links to Boost:
16        <xsl:param>boost.root=../../../..
17   ;
18
19