WSJT-X/tools/build/doc/jamfile.jam
Bill Somerville 4ebe6417a5 Squashed 'boost/' content from commit b4feb19f2
git-subtree-dir: boost
git-subtree-split: b4feb19f287ee92d87a9624b5d36b7cf46aeadeb
2018-06-09 21:48:32 +01:00

32 lines
815 B
Plaintext

# 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 ;
using boostbook ;
project tools/build/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.graphics.root=../images/
<xsl:param>html.stylesheet=../boostbook.css
<xsl:param>chunk.first.sections=0
<xsl:param>admon.graphics=0
<xsl:param>boost.defaults=Boost
;
xml jam_docs : bjam.qbk ;
if ! $(BOOST_ROOT)
{
BOOST_ROOT = [ modules.peek : BOOST_ROOT ] ;
}