Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r51263 - in trunk/libs: functional/hash/doc unordered/doc
From: daniel_james_at_[hidden]
Date: 2009-02-15 14:32:20


Author: danieljames
Date: 2009-02-15 14:32:19 EST (Sun, 15 Feb 2009)
New Revision: 51263
URL: http://svn.boost.org/trac/boost/changeset/51263

Log:
Don't copy images for the standalone hash and unordered documentation, was only
really required before the libraries were integrated into boost.
Text files modified:
   trunk/libs/functional/hash/doc/Jamfile.v2 | 16 +++-------------
   trunk/libs/unordered/doc/Jamfile.v2 | 16 +++-------------
   2 files changed, 6 insertions(+), 26 deletions(-)

Modified: trunk/libs/functional/hash/doc/Jamfile.v2
==============================================================================
--- trunk/libs/functional/hash/doc/Jamfile.v2 (original)
+++ trunk/libs/functional/hash/doc/Jamfile.v2 2009-02-15 14:32:19 EST (Sun, 15 Feb 2009)
@@ -5,24 +5,14 @@
 
 xml hash : hash.qbk ;
 boostbook standalone : hash :
- <format>html:<xsl:param>admon.graphics.path=images/
- <xsl:param>navig.graphics.path=images/
- <xsl:param>html.stylesheet=boostbook.css
+ <xsl:param>html.stylesheet=../../../../../doc/html/boostbook.css
     <xsl:param>boost.root=../../../../..
     <xsl:param>boost.libraries=../../../../libraries.htm
+ <xsl:param>navig.graphics=1
+
     <xsl:param>chunk.first.sections=1
     <xsl:param>chunk.section.depth=2
     <xsl:param>generate.section.toc.level=2
     <xsl:param>toc.section.depth=1
     <xsl:param>toc.max.depth=1
-
- <dependency>css
- <dependency>images
     ;
-
-install css : [ glob $(BOOST_ROOT)/doc/src/*.css ]
- : <location>html ;
-install images : [ glob $(BOOST_ROOT)/doc/src/images/*.png ]
- : <location>html/images ;
-explicit css ;
-explicit images ;

Modified: trunk/libs/unordered/doc/Jamfile.v2
==============================================================================
--- trunk/libs/unordered/doc/Jamfile.v2 (original)
+++ trunk/libs/unordered/doc/Jamfile.v2 2009-02-15 14:32:19 EST (Sun, 15 Feb 2009)
@@ -8,11 +8,11 @@
 
 xml unordered : unordered.qbk ;
 boostbook standalone : unordered :
- <format>html:<xsl:param>admon.graphics.path=images/
- <xsl:param>navig.graphics.path=images/
- <xsl:param>html.stylesheet=boostbook.css
+ <xsl:param>html.stylesheet=../../../../doc/html/boostbook.css
     <xsl:param>boost.root=../../../..
     <xsl:param>boost.libraries=../../../libraries.htm
+ <xsl:param>navig.graphics=1
+
     <xsl:param>chunk.first.sections=1
     <xsl:param>chunk.section.depth=2
     <xsl:param>generate.section.toc.level=2
@@ -23,9 +23,6 @@
     <xsl:param>boost.compact.function=0
     <xsl:param>boost.compact.enum=0
 
- <dependency>css
- <dependency>images
-
     # PDF Options:
     # TOC Generation: this is needed for FOP-0.9 and later:
     <xsl:param>fop1.extensions=0
@@ -52,10 +49,3 @@
     #<format>pdf:<xsl:param>admon.graphics.path=$(admonishment_location)
     <format>pdf:<xsl:param>draft.mode="no"
     ;
-
-install css : [ glob $(BOOST_ROOT)/doc/src/*.css ]
- : <location>html ;
-install images : [ glob $(BOOST_ROOT)/doc/src/images/*.png ]
- : <location>html/images ;
-explicit css ;
-explicit images ;


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk