|
Boost-Commit : |
From: eric_at_[hidden]
Date: 2008-01-23 16:57:48
Author: eric_niebler
Date: 2008-01-23 16:57:47 EST (Wed, 23 Jan 2008)
New Revision: 42935
URL: http://svn.boost.org/trac/boost/changeset/42935
Log:
fix dependency issue in Jamfile
Text files modified:
trunk/libs/accumulators/doc/Jamfile.v2 | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
Modified: trunk/libs/accumulators/doc/Jamfile.v2
==============================================================================
--- trunk/libs/accumulators/doc/Jamfile.v2 (original)
+++ trunk/libs/accumulators/doc/Jamfile.v2 2008-01-23 16:57:47 EST (Wed, 23 Jan 2008)
@@ -172,9 +172,6 @@
<xsl:param>toc.max.depth=4
<xsl:param>toc.section.depth=4
<xsl:param>chunk.section.depth=2
- <dependency>accdoc
- <dependency>statsdoc
- <dependency>opdoc
;
boostbook standalone
@@ -185,4 +182,7 @@
<xsl:param>toc.max.depth=4
<xsl:param>toc.section.depth=4
<xsl:param>chunk.section.depth=2
+ <dependency>accdoc
+ <dependency>statsdoc
+ <dependency>opdoc
;
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