| | 61 | # Boost.Bimap |
| | 62 | # |
| | 63 | # Copyright (c) Years author name, author name |
| | 64 | # |
| | 65 | # Distributed under the Boost Software License, Version 1.0. |
| | 66 | # (See accompanying file LICENSE_1_0.txt or copy at |
| | 67 | # http://www.boost.org/LICENSE_1_0.txt) |
| | 68 | |
| | 69 | |
| | 70 | # Quickbook |
| | 71 | # ----------------------------------------------------------------------------- |
| | 72 | |
| | 73 | using quickbook ; |
| | 74 | |
| | 75 | xml library_name : library_name.qbk ; |
| | 76 | |
| | 77 | # Boostbook |
| | 78 | # ----------------------------------------------------------------------------- |
| | 79 | |
| | 80 | boostbook standalone |
| | 81 | : |
| | 82 | library_name |
| | 83 | : |
| | 84 | # HTML options |
| | 85 | |
| | 86 | <xsl:param>chapter.logo.img="'../images/library_logo.png'" |
| | 87 | <xsl:param>quickbook.source.style.show="'true'" |
| | 88 | <xsl:param>chunk.section.depth=2 |
| | 89 | ; |