]> git.proxmox.com Git - ceph.git/blame - 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
CommitLineData
7c673cae
FG
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
6using quickbook ;
7
8xml typeof : typeof.qbk ;
9boostbook standalone
10 :
11 typeof
12 :
13 <xsl:param>boost.root=../../../..
14 <xsl:param>nav.layout=none
15 <xsl:param>navig.graphics=0
16 ;
17
18install html : ../../../doc/src/boostbook.css ;
19install ../ : ../../../boost.png ;
20
21###############################################################################
22alias boostdoc
23 : typeof
24 :
25 :
26 : ;
27explicit boostdoc ;
28alias boostrelease ;
29explicit boostrelease ;