Imported Upstream version 1.51.0
[platform/upstream/boost.git] / tools / build / v2 / 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     ;
7
8 project tools/build/v2/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.defaults=Boost
19    ;
20    
21 xml jam_docs : bjam.qbk ;   
22    
23 if ! $(BOOST_ROOT)
24 {   
25     BOOST_ROOT = [ modules.peek : BOOST_ROOT ] ;   
26 }