• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Copyright Eric Niebler 2005. 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
5using quickbook ;
6
7xml foreach : foreach.qbk ;
8boostbook standalone
9    :
10    foreach
11    :
12        <xsl:param>boost.root=../../../..
13        <format>pdf:<xsl:param>boost.url.prefix=http://www.boost.org/doc/libs/release/doc/html
14    ;
15
16###############################################################################
17alias boostdoc
18    : foreach
19    :
20    :
21    : ;
22explicit boostdoc ;
23alias boostrelease ;
24explicit boostrelease ;
25