Jeff Thompson | a28eed8 | 2013-08-22 16:21:10 -0700 | [diff] [blame^] | 1 | |
| 2 | # Copyright 2005-2008 Daniel James. |
| 3 | # Distributed under 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 | |
| 6 | using boostbook ; |
| 7 | using quickbook ; |
| 8 | |
| 9 | xml hash : hash.qbk ; |
| 10 | boostbook standalone : hash : |
| 11 | <xsl:param>boost.root=../../../../.. |
| 12 | |
| 13 | <xsl:param>chunk.first.sections=1 |
| 14 | <xsl:param>chunk.section.depth=2 |
| 15 | <xsl:param>generate.section.toc.level=2 |
| 16 | <xsl:param>toc.section.depth=1 |
| 17 | <xsl:param>toc.max.depth=1 |
| 18 | <format>pdf:<xsl:param>boost.url.prefix=http://www.boost.org/doc/libs/release/libs/functional/hash/doc/html |
| 19 | ; |