Imported Upstream version 1.51.0
[platform/upstream/boost.git] / libs / conversion / doc / Jamfile.v2
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