summaryrefslogtreecommitdiff
path: root/tools/build/v2/doc/jamfile.jam
blob: 9bfbd06411a79add7651a1ce56328a44652c4ee1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Copyright 2004,2006 Vladimir Prus
# Distributed under the Boost Software License, Version 1.0.
# (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt)

import quickbook
    ;

project tools/build/v2/doc 
    ;

boostbook userman : src/standalone.xml 
   : <xsl:param>toc.section.depth=1
     <xsl:param>doc.standalone=true 
     <xsl:param>nav.layout=none
     <implicit-dependency>jam_docs
     <dependency>jam_docs
     <xsl:param>boost.root=../../../../..
     <xsl:param>boost.defaults=Boost
   ;
   
xml jam_docs : bjam.qbk ;   
   
if ! $(BOOST_ROOT)
{   
    BOOST_ROOT = [ modules.peek : BOOST_ROOT ] ;   
}