From 1e73578ab67c737620f5dda57be073d94c8ca12f Mon Sep 17 00:00:00 2001 From: Daniel James Date: Sun, 15 Feb 2009 19:32:19 +0000 Subject: [PATCH] Don't copy images for the standalone hash and unordered documentation, was only really required before the libraries were integrated into boost. [SVN r51263] --- doc/Jamfile.v2 | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-) diff --git a/doc/Jamfile.v2 b/doc/Jamfile.v2 index e388b9e3..57995eba 100644 --- a/doc/Jamfile.v2 +++ b/doc/Jamfile.v2 @@ -8,11 +8,11 @@ path-constant admonishment_location : ../../../../doc/src/images ; xml unordered : unordered.qbk ; boostbook standalone : unordered : - html:admon.graphics.path=images/ - navig.graphics.path=images/ - html.stylesheet=boostbook.css + html.stylesheet=../../../../doc/html/boostbook.css boost.root=../../../.. boost.libraries=../../../libraries.htm + navig.graphics=1 + chunk.first.sections=1 chunk.section.depth=2 generate.section.toc.level=2 @@ -23,9 +23,6 @@ boostbook standalone : unordered : boost.compact.function=0 boost.compact.enum=0 - css - images - # PDF Options: # TOC Generation: this is needed for FOP-0.9 and later: fop1.extensions=0 @@ -52,10 +49,3 @@ boostbook standalone : unordered : #pdf:admon.graphics.path=$(admonishment_location) pdf:draft.mode="no" ; - -install css : [ glob $(BOOST_ROOT)/doc/src/*.css ] - : html ; -install images : [ glob $(BOOST_ROOT)/doc/src/images/*.png ] - : html/images ; -explicit css ; -explicit images ;