|
Boost-Commit : |
From: daniel_james_at_[hidden]
Date: 2008-03-31 14:17:25
Author: danieljames
Date: 2008-03-31 14:17:25 EDT (Mon, 31 Mar 2008)
New Revision: 43971
URL: http://svn.boost.org/trac/boost/changeset/43971
Log:
Fix the unordered stylesheet.
Text files modified:
branches/unordered/trunk/libs/functional/hash/doc/Jamfile.v2 | 4 +---
branches/unordered/trunk/libs/unordered/doc/Jamfile.v2 | 2 +-
2 files changed, 2 insertions(+), 4 deletions(-)
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-31 14:17:25 EDT (Mon, 31 Mar 2008)
@@ -7,9 +7,7 @@
boostbook standalone : hash :
<xsl:param>admon.graphics.path=images/
<xsl:param>navig.graphics.path=images/
- <xsl:param>boost.root=../../../../..
- <xsl:param>boost.libraries=../../../../libraries.htm
- <xsl:param>html.stylesheet=../../../../../doc/html/boostbook.css
+ <xsl:param>html.stylesheet=boostbook.css
<xsl:param>chunk.first.sections=1
<xsl:param>chunk.section.depth=2
<xsl:param>generate.section.toc.level=2
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-31 14:17:25 EDT (Mon, 31 Mar 2008)
@@ -7,9 +7,9 @@
boostbook standalone : unordered :
<xsl:param>admon.graphics.path=images/
<xsl:param>navig.graphics.path=images/
+ <xsl:param>html.stylesheet=boostbook.css
<xsl:param>boost.root=../../../..
<xsl:param>boost.libraries=../../../libraries.htm
- <xsl:param>html.stylesheet=../../../../doc/html/boostbook.css
<xsl:param>chunk.first.sections=1
<xsl:param>chunk.section.depth=2
<xsl:param>generate.section.toc.level=2
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