]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/libs/winapi/doc/Jamfile.v2
bump version to 12.2.2-pve1
[ceph.git] / ceph / src / boost / libs / winapi / doc / Jamfile.v2
1 # Copyright (c) 2016 Andrey Semashev
2 #
3 # Distributed under the Boost Software License,
4 # Version 1.0. (See accompanying file LICENSE_1_0.txt
5 # or copy at http://boost.org/LICENSE_1_0.txt)
6
7 import doxygen ;
8 import quickbook ;
9
10 xml winapi : winapi.qbk ;
11
12 boostbook standalone
13 :
14 winapi
15 :
16 <xsl:param>boost.root=../../../..
17 <xsl:param>generate.section.toc.level=1
18 <xsl:param>toc.max.depth=1
19 <format>pdf:<xsl:param>boost.url.prefix=http://www.boost.org/doc/libs/release/libs/winapi/doc/html
20 ;
21
22 alias boostdoc : standalone
23 : : : <implicit-dependency>standalone ;
24
25 ###############################################################################
26 alias boostdoc ;
27 explicit boostdoc ;
28 alias boostrelease : standalone ;
29 explicit boostrelease ;