Boost logo

Boost-Commit :

From: daniel_james_at_[hidden]
Date: 2008-03-18 04:48:27


Author: danieljames
Date: 2008-03-18 04:48:26 EDT (Tue, 18 Mar 2008)
New Revision: 43698
URL: http://svn.boost.org/trac/boost/changeset/43698

Log:
Fix thread documentation integration with the combined docs.
Text files modified:
   branches/release/doc/Jamfile.v2 | 2 ++
   branches/release/doc/src/boost.xml | 2 +-
   2 files changed, 3 insertions(+), 1 deletions(-)

Modified: branches/release/doc/Jamfile.v2
==============================================================================
--- branches/release/doc/Jamfile.v2 (original)
+++ branches/release/doc/Jamfile.v2 2008-03-18 04:48:26 EDT (Tue, 18 Mar 2008)
@@ -35,6 +35,7 @@
     <dependency>../libs/intrusive/doc//autodoc.xml
     <dependency>../libs/intrusive/doc//intrusive
     <dependency>../libs/asio/doc//asio
+ <dependency>../libs/thread/doc//thread
 
     ## Add path references to the QuickBook generated docs...
 
@@ -49,6 +50,7 @@
     <implicit-dependency>../libs/mpi/doc//mpi
     <implicit-dependency>../libs/interprocess/doc//interprocess
     <implicit-dependency>../libs/intrusive/doc//intrusive
+ <implicit-dependency>../libs/thread/doc//thread
 
     <xsl:param>boost.libraries=../../libs/libraries.htm
 

Modified: branches/release/doc/src/boost.xml
==============================================================================
--- branches/release/doc/src/boost.xml (original)
+++ branches/release/doc/src/boost.xml 2008-03-18 04:48:26 EDT (Tue, 18 Mar 2008)
@@ -650,7 +650,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