]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/libs/bimap/doc/jamfile.v2
add subtree-ish sources for 12.0.3
[ceph.git] / ceph / src / boost / libs / bimap / doc / jamfile.v2
1 # Boost.Bimap
2 #
3 # Copyright (c) 2006-2007 Matias Capeletto
4 #
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
9
10 # Quickbook
11 # -----------------------------------------------------------------------------
12
13 import quickbook ;
14
15 xml bimap
16 :
17 bimap.qbk
18 ;
19
20 path-constant images_location : html ;
21
22 boostbook standalone
23 :
24 bimap
25 :
26 <xsl:param>boost.root=../../../..
27 <xsl:param>html.stylesheet=boostbook.css
28 <xsl:param>toc.max.depth=2
29 <xsl:param>toc.section.depth=4
30 <xsl:param>chunk.section.depth=2
31 <format>pdf:<xsl:param>img.src.path=$(images_location)/
32 <format>pdf:<xsl:param>boost.url.prefix=http://www.boost.org/doc/libs/release/libs/bimap/doc/html
33 ;
34
35
36 # Doxygen
37 # -----------------------------------------------------------------------------
38 # This generate the doxydocs and write "bimap.hdt".
39 # Delete this file if you want to regenerate the doxydocs again
40 # import directdoxygen ;
41 # html-doxydocs bimap.hdt : bimap.hdf ;
42
43 ###############################################################################
44 alias boostdoc ;
45 explicit boostdoc ;
46 alias boostrelease : standalone ;
47 explicit boostrelease ;