]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/libs/typeof/doc/Jamfile.v2
bump version to 12.2.2-pve1
[ceph.git] / ceph / src / boost / libs / typeof / doc / Jamfile.v2
1
2 # Copyright Peder Holt 2005. Use, modification, and distribution are
3 # subject to the Boost Software License, Version 1.0. (See accompanying
4 # file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
5
6 using quickbook ;
7
8 xml typeof : typeof.qbk ;
9 boostbook standalone
10 :
11 typeof
12 :
13 <xsl:param>boost.root=../../../..
14 <xsl:param>nav.layout=none
15 <xsl:param>navig.graphics=0
16 ;
17
18 install html : ../../../doc/src/boostbook.css ;
19 install ../ : ../../../boost.png ;
20
21 ###############################################################################
22 alias boostdoc
23 : typeof
24 :
25 :
26 : ;
27 explicit boostdoc ;
28 alias boostrelease ;
29 explicit boostrelease ;