Brian Silverman | f83c99f | 2018-08-04 23:36:58 -0700 | [diff] [blame^] | 1 | # Copyright Antony Polukhin 2011. 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 | |
| 5 | using quickbook ; |
| 6 | import boostbook : boostbook ; |
| 7 | |
| 8 | xml lexical_cast : lexical_cast.qbk ; |
| 9 | boostbook standalone |
| 10 | : |
| 11 | lexical_cast |
| 12 | : |
| 13 | <xsl:param>boost.root=../../../.. |
| 14 | <format>pdf:<xsl:param>boost.url.prefix=http://www.boost.org/doc/libs/release/doc/html |
| 15 | ; |
| 16 | |
| 17 | ############################################################################### |
| 18 | alias boostdoc |
| 19 | : lexical_cast |
| 20 | : |
| 21 | : |
| 22 | : ; |
| 23 | explicit boostdoc ; |
| 24 | alias boostrelease ; |
| 25 | explicit boostrelease ; |