]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/libs/any/doc/Jamfile.v2
bump version to 12.2.2-pve1
[ceph.git] / ceph / src / boost / libs / any / doc / Jamfile.v2
1 # Copyright Antony Polukhin 2013. 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 boostbook ;
6
7 boostbook standalone
8 : any.xml
9 : <xsl:param>boost.root=../../../.. ;
10
11 ###############################################################################
12 alias boostdoc
13 : any.xml
14 :
15 :
16 : ;
17 explicit boostdoc ;
18 alias boostrelease ;
19 explicit boostrelease ;