Jeff Thompson | a28eed8 | 2013-08-22 16:21:10 -0700 | [diff] [blame^] | 1 | |
| 2 | # (C) Copyright Tobias Schwinger |
| 3 | # |
| 4 | # Use modification and distribution are subject to the boost Software License, |
| 5 | # Version 1.0. (See http:/\/www.boost.org/LICENSE_1_0.txt). |
| 6 | |
| 7 | using quickbook ; |
| 8 | |
| 9 | xml forward : forward.qbk ; |
| 10 | boostbook standalone : forward |
| 11 | : |
| 12 | <xsl:param>boost.root=../../../../.. |
| 13 | <xsl:param>boost.libraries=../../../../libraries.htm |
| 14 | <xsl:param>chunk.section.depth=0 |
| 15 | <xsl:param>chunk.first.sections=0 |
| 16 | <xsl:param>generate.section.toc.level=2 |
| 17 | <xsl:param>toc.max.depth=1 |
| 18 | ; |
| 19 | |