]> git.proxmox.com Git - ceph.git/blame - ceph/src/boost/libs/atomic/doc/Jamfile.v2
bump version to 12.2.2-pve1
[ceph.git] / ceph / src / boost / libs / atomic / doc / Jamfile.v2
CommitLineData
7c673cae
FG
1# Boost.Atomic library documentation Jamfile
2#
3# Copyright Helge Bahmann 2011.
4# Copyright Tim Blechmann 2012.
5# Distributed under the Boost Software License, Version 1.0.
6# (See accompanying file LICENSE_1_0.txt or copy at
7# http://www.boost.org/LICENSE_1_0.txt)
8
9import quickbook ;
10import boostbook : boostbook ;
11
12xml atomic : atomic.qbk ;
13
14boostbook standalone
15 : atomic
16 : <xsl:param>boost.root=../../../..
17 <xsl:param>boost.libraries=../../../libraries.htm
18 <format>pdf:<xsl:param>boost.url.prefix=http://www.boost.org/doc/libs/release/libs/atomic/doc/html
19 ;
20
21install css : [ glob $(BOOST_ROOT)/doc/src/*.css ]
22 : <location>html ;
23install images : [ glob $(BOOST_ROOT)/doc/src/images/*.png ]
24 : <location>html/images ;
25explicit css ;
26explicit images ;
27
28###############################################################################
29alias boostdoc
30 : atomic
31 :
32 :
33 : ;
34explicit boostdoc ;
35alias boostrelease ;
36explicit boostrelease ;