1# Copyright Antony Polukhin, 2011-2019. 2# 3# Use, modification, and distribution are 4# subject to the Boost Software License, Version 1.0. (See accompanying 5# file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) 6 7using quickbook ; 8import boostbook : boostbook ; 9 10xml lexical_cast : lexical_cast.qbk ; 11boostbook standalone 12 : 13 lexical_cast 14 : 15 <xsl:param>boost.root=../../../.. 16 <format>pdf:<xsl:param>boost.url.prefix=http://www.boost.org/doc/libs/release/doc/html 17 ; 18 19############################################################################### 20alias boostdoc 21 : lexical_cast 22 : 23 : 24 : ; 25explicit boostdoc ; 26alias boostrelease ; 27explicit boostrelease ; 28