summaryrefslogtreecommitdiff
path: root/libs/scope_exit/doc/Jamfile.v2
blob: 973c934e379de675049eb4880d29e6d86f97aa86 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15

# Copyright 2006 Alexander Nasonov.
# Distributed under the Boost Software License, Version 1.0. (See accompanying
# file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)

using quickbook ;

xml scope_exit : scope_exit.qbk ;
boostbook standalone : scope_exit
        :
        # Path for links to Boost:
        <xsl:param>boost.root=../../../..
        <format>pdf:<xsl:param>boost.url.prefix=http://www.boost.org/doc/libs/release/libs/scope_exit/doc/html
        ;