|
Boost-Commit : |
From: daniel_james_at_[hidden]
Date: 2008-03-24 11:06:39
Author: danieljames
Date: 2008-03-24 11:06:38 EDT (Mon, 24 Mar 2008)
New Revision: 43822
URL: http://svn.boost.org/trac/boost/changeset/43822
Log:
Include css and image files with documentation.
Text files modified:
branches/unordered/trunk/doc/Jamfile.v2 | 10 ++++++++++
branches/unordered/trunk/libs/functional/hash/doc/Jamfile.v2 | 13 ++++++++++++-
branches/unordered/trunk/libs/unordered/doc/Jamfile.v2 | 13 ++++++++++++-
3 files changed, 34 insertions(+), 2 deletions(-)
Modified: branches/unordered/trunk/doc/Jamfile.v2
==============================================================================
--- branches/unordered/trunk/doc/Jamfile.v2 (original)
+++ branches/unordered/trunk/doc/Jamfile.v2 2008-03-24 11:06:38 EDT (Mon, 24 Mar 2008)
@@ -12,4 +12,14 @@
<implicit-dependency>../libs/functional/hash/doc//hash
<xsl:param>boost.libraries=../../libs/libraries.htm
+
+ <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: branches/unordered/trunk/libs/functional/hash/doc/Jamfile.v2
==============================================================================
--- branches/unordered/trunk/libs/functional/hash/doc/Jamfile.v2 (original)
+++ branches/unordered/trunk/libs/functional/hash/doc/Jamfile.v2 2008-03-24 11:06:38 EDT (Mon, 24 Mar 2008)
@@ -12,4 +12,15 @@
<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 ;
+ <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: branches/unordered/trunk/libs/unordered/doc/Jamfile.v2
==============================================================================
--- branches/unordered/trunk/libs/unordered/doc/Jamfile.v2 (original)
+++ branches/unordered/trunk/libs/unordered/doc/Jamfile.v2 2008-03-24 11:06:38 EDT (Mon, 24 Mar 2008)
@@ -12,4 +12,15 @@
<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 ;
+ <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 ;
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