|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r64170 - in trunk/libs: numeric/conversion/doc optional/doc
From: daniel_james_at_[hidden]
Date: 2010-07-19 16:17:59
Author: danieljames
Date: 2010-07-19 16:17:58 EDT (Mon, 19 Jul 2010)
New Revision: 64170
URL: http://svn.boost.org/trac/boost/changeset/64170
Log:
Fix doc build for 2 libraries which use own css.
I changed the default to use doc/src/boostbook.css. So add an explicit
location to libraries which use their own stylesheet.
Text files modified:
trunk/libs/numeric/conversion/doc/Jamfile.v2 | 1 +
trunk/libs/optional/doc/Jamfile.v2 | 1 +
2 files changed, 2 insertions(+), 0 deletions(-)
Modified: trunk/libs/numeric/conversion/doc/Jamfile.v2
==============================================================================
--- trunk/libs/numeric/conversion/doc/Jamfile.v2 (original)
+++ trunk/libs/numeric/conversion/doc/Jamfile.v2 2010-07-19 16:17:58 EDT (Mon, 19 Jul 2010)
@@ -25,6 +25,7 @@
conversion
:
<xsl:param>boost.root=../../../../..
+ <xsl:param>html.stylesheet=boostbook.css
<xsl:param>toc.max.depth=2
<xsl:param>toc.section.depth=2
<xsl:param>chunk.section.depth=1
Modified: trunk/libs/optional/doc/Jamfile.v2
==============================================================================
--- trunk/libs/optional/doc/Jamfile.v2 (original)
+++ trunk/libs/optional/doc/Jamfile.v2 2010-07-19 16:17:58 EDT (Mon, 19 Jul 2010)
@@ -24,6 +24,7 @@
optional
:
<xsl:param>boost.root=../../../..
+ <xsl:param>html.stylesheet=boostbook.css
<xsl:param>toc.max.depth=2
<xsl:param>toc.section.depth=2
<xsl:param>chunk.section.depth=1
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