]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/tools/build/doc/jamfile.jam
add subtree-ish sources for 12.0.3
[ceph.git] / ceph / src / boost / tools / build / doc / jamfile.jam
1 # Copyright 2004,2006 Vladimir Prus
2 # Distributed under the Boost Software License, Version 1.0.
3 # (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt)
4
5 import quickbook ;
6 using boostbook ;
7
8 project tools/build/doc
9 ;
10
11 boostbook userman : src/standalone.xml
12 : <xsl:param>toc.section.depth=1
13 <xsl:param>doc.standalone=true
14 <xsl:param>nav.layout=none
15 <implicit-dependency>jam_docs
16 <dependency>jam_docs
17 <xsl:param>boost.root=..
18 <xsl:param>boost.graphics.root=../images/
19 <xsl:param>html.stylesheet=../boostbook.css
20 <xsl:param>chunk.first.sections=0
21 <xsl:param>admon.graphics=0
22
23 <xsl:param>boost.defaults=Boost
24 ;
25
26 xml jam_docs : bjam.qbk ;
27
28 if ! $(BOOST_ROOT)
29 {
30 BOOST_ROOT = [ modules.peek : BOOST_ROOT ] ;
31 }