From 85df1ff4542cf4f466b1460aeb5209ffc91ffaf7 Mon Sep 17 00:00:00 2001 From: Daniel James Date: Sun, 20 Jun 2010 18:00:48 +0000 Subject: [PATCH] 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] --- v2/doc/jamfile.jam | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/v2/doc/jamfile.jam b/v2/doc/jamfile.jam index a00f6ff7d..22777cf06 100644 --- a/v2/doc/jamfile.jam +++ b/v2/doc/jamfile.jam @@ -13,7 +13,8 @@ boostbook userman : src/standalone.xml doc.standalone=true nav.layout=none jam_docs - jam_docs + jam_docs + 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 ] ;