Imported Upstream version 1.51.0
[platform/upstream/boost.git] / libs / spirit / phoenix / doc / Jamfile.v2
1 #==============================================================================
2 #    Copyright (c) 2003, 2005 Joel de Guzman
3 #
4 #   Use, modification and distribution is subject to the Boost Software
5 #   License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
6 #   http://www.boost.org/LICENSE_1_0.txt)
7 #==============================================================================
8
9 project boost/libs/spirit/doc/phoenix/doc ;
10 import boostbook : boostbook ;
11 using quickbook ;
12
13 path-constant images : html ;
14
15 boostbook quickbook
16     :
17         users_manual.qbk
18     :
19         <xsl:param>boost.root=../../../../..
20         <format>pdf:<xsl:param>img.src.path=$(images)/
21         <format>pdf:<xsl:param>boost.url.prefix=http://www.boost.org/doc/libs/release/libs/spirit/phoenix/doc/html
22     ;
23
24