1#  Boost.Variant Library doc Jamfile
2#
3#  Copyright (C) 2003, Eric Friedman, Itay Maman.
4#
5# Use, modification and distribution is subject to the Boost Software License,
6# Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
7# http://www.boost.org/LICENSE_1_0.txt)
8#
9
10project variant/doc ;
11import boostbook : boostbook ;
12
13boostbook variant-doc
14    :
15    variant.xml
16    :
17        <xsl:param>boost.root=../../../..
18        <format>pdf:<xsl:param>boost.url.prefix=http://www.boost.org/doc/libs/release/doc/html
19    ;
20
21###############################################################################
22alias boostdoc
23    : variant.xml
24    :
25    :
26    : ;
27explicit boostdoc ;
28alias boostrelease ;
29explicit boostrelease ;
30