2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-15 13:02:11 +00:00

Update various libraries' documentation build.

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]
This commit is contained in:
Daniel James
2010-06-20 18:00:48 +00:00
parent c5f796c59a
commit 85df1ff454

View File

@@ -13,7 +13,8 @@ boostbook userman : src/standalone.xml
<xsl:param>doc.standalone=true
<xsl:param>nav.layout=none
<implicit-dependency>jam_docs
<dependency>jam_docs
<dependency>jam_docs
<xsl:param>boost.root=../../../../..
;
xml jam_docs : ../../../jam/doc/bjam.qbk ;
@@ -22,8 +23,3 @@ if ! $(BOOST_ROOT)
{
BOOST_ROOT = [ modules.peek : BOOST_ROOT ] ;
}
# Copy stylesheet and images from 'official' docs location
stage html : $(BOOST_ROOT)/doc/html/boostbook.css ;
stage html/images
: [ path.glob $(BOOST_ROOT)/doc/html/images : *.png ] ;