From 2c291488b62b0a4cc21270b2ce8eb7b0d406e2de 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] --- hash/doc/Jamfile.v2 | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-) diff --git a/hash/doc/Jamfile.v2 b/hash/doc/Jamfile.v2 index 75922f2..a191e02 100644 --- a/hash/doc/Jamfile.v2 +++ b/hash/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 ;