]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/libs/foreach/doc/Jamfile.v2
add subtree-ish sources for 12.0.3
[ceph.git] / ceph / src / boost / libs / foreach / doc / Jamfile.v2
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
5 using quickbook ;
6
7 xml foreach : foreach.qbk ;
8 boostbook 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 ###############################################################################
17 alias boostdoc
18 : foreach
19 :
20 :
21 : ;
22 explicit boostdoc ;
23 alias boostrelease ;
24 explicit boostrelease ;