|
Boost-Commit : |
From: daniel_james_at_[hidden]
Date: 2008-03-19 14:22:58
Author: danieljames
Date: 2008-03-19 14:22:58 EDT (Wed, 19 Mar 2008)
New Revision: 43731
URL: http://svn.boost.org/trac/boost/changeset/43731
Log:
Thread is now using quickbook so we have to add a dependency to get it to build, and add it to the path, as it needs to be picked up from the build location.
Text files modified:
trunk/doc/Jamfile.v2 | 2 ++
trunk/doc/src/boost.xml | 2 +-
2 files changed, 3 insertions(+), 1 deletions(-)
Modified: trunk/doc/Jamfile.v2
==============================================================================
--- trunk/doc/Jamfile.v2 (original)
+++ trunk/doc/Jamfile.v2 2008-03-19 14:22:58 EDT (Wed, 19 Mar 2008)
@@ -41,6 +41,7 @@
<dependency>../libs/intrusive/doc//intrusive
<dependency>../libs/unordered/doc//unordered
<dependency>../libs/asio/doc//asio
+ <dependency>../libs/thread/doc//thread
## Add path references to the QuickBook generated docs...
@@ -58,6 +59,7 @@
<implicit-dependency>../libs/interprocess/doc//interprocess
<implicit-dependency>../libs/intrusive/doc//intrusive
<implicit-dependency>../libs/unordered/doc//unordered
+ <implicit-dependency>../libs/thread/doc//thread
<xsl:param>boost.libraries=../../libs/libraries.htm
Modified: trunk/doc/src/boost.xml
==============================================================================
--- trunk/doc/src/boost.xml (original)
+++ trunk/doc/src/boost.xml 2008-03-19 14:22:58 EDT (Wed, 19 Mar 2008)
@@ -640,7 +640,7 @@
</libraryinfo>
</library>
- <xi:include href="../../libs/thread/doc/thread.xml"/>
+ <xi:include href="thread.xml"/>
<library name="Timer" dirname="timer" html-only="1"
url="../../libs/timer/index.html">
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