Brian Silverman | 6bda0e1 | 2018-08-04 23:57:02 -0700 | [diff] [blame^] | 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 | |
| 7 | project doc/tuple ; |
| 8 | |
| 9 | import boostbook ; |
| 10 | import quickbook ; |
| 11 | |
| 12 | xml tuple : tuple_users_guide.qbk ; |
| 13 | |
| 14 | boostbook 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 | ############################################################################### |
| 34 | alias boostdoc ; |
| 35 | explicit boostdoc ; |
| 36 | alias boostrelease : standalone_tuple ; |
| 37 | explicit boostrelease ; |