blob: 1d6e151cea7d3336373e24b8140256b3c804cdf0 [file] [log] [blame]
Brian Silvermanf83c99f2018-08-04 23:36:58 -07001# 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
5using quickbook ;
6import boostbook : boostbook ;
7
8xml lexical_cast : lexical_cast.qbk ;
9boostbook 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###############################################################################
18alias boostdoc
19 : lexical_cast
20 :
21 :
22 : ;
23explicit boostdoc ;
24alias boostrelease ;
25explicit boostrelease ;