1# Copyright 2015 Peter Dimov. Use, modification, and distribution are
2# subject to the Boost Software License, Version 1.0. See accompanying
3# file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt
4
5using quickbook ;
6
7xml boostdep : src/boostdep.qbk ;
8
9boostbook standalone
10    :
11        boostdep
12    :
13        <xsl:param>boost.root=../../../..
14
15        <xsl:param>chunk.section.depth=0
16        <xsl:param>chunk.first.sections=0
17        <xsl:param>toc.section.depth=2
18        <xsl:param>toc.max.depth=2
19        <xsl:param>generate.section.toc.level=1
20
21        <xsl:param>generate.manifest=0
22    ;
23