From 45dfe7d9c5a27d8815449078e9ab7fc0c094283f 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 8c03b5d..32b030f 100644 --- a/doc/Jamfile.v2 +++ b/doc/Jamfile.v2 @@ -5,24 +5,14 @@ xml hash : hash.qbk ; boostbook standalone : hash : - 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 toc.section.depth=1 toc.max.depth=1 - - css - images ; - -install css : [ glob $(BOOST_ROOT)/doc/src/*.css ] - : html ; -install images : [ glob $(BOOST_ROOT)/doc/src/images/*.png ] - : html/images ; -explicit css ; -explicit images ;