mirror of
https://github.com/boostorg/build.git
synced 2026-02-14 00:32:11 +00:00
Mostly to use the images and css files under doc/src instead of doc/html, usually be deleting the settings in order to use the defaults. Also add 'boost.root' to some builds in order to fix links which rely on it. [SVN r63146]
26 lines
628 B
Plaintext
26 lines
628 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
|
|
;
|
|
|
|
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=../../../../..
|
|
;
|
|
|
|
xml jam_docs : ../../../jam/doc/bjam.qbk ;
|
|
|
|
if ! $(BOOST_ROOT)
|
|
{
|
|
BOOST_ROOT = [ modules.peek : BOOST_ROOT ] ;
|
|
}
|