]> git.proxmox.com Git - ceph.git/blame - 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
CommitLineData
7c673cae
FG
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
7import doxygen ;
8import quickbook ;
9
10xml winapi : winapi.qbk ;
11
12boostbook 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
22alias boostdoc : standalone
23 : : : <implicit-dependency>standalone ;
24
25###############################################################################
26alias boostdoc ;
27explicit boostdoc ;
28alias boostrelease : standalone ;
29explicit boostrelease ;