Boost logo

Boost-Commit :

From: daniel_james_at_[hidden]
Date: 2008-06-26 15:25:38


Author: danieljames
Date: 2008-06-26 15:25:38 EDT (Thu, 26 Jun 2008)
New Revision: 46742
URL: http://svn.boost.org/trac/boost/changeset/46742

Log:
Give the asio documentation its own target.

The asio documentation is built with the rest of the combined documentation but
is really separate. So give it its own target so that separate parts can be
built separately.

Text files modified:
   trunk/doc/Jamfile.v2 | 3 ++-
   1 files changed, 2 insertions(+), 1 deletions(-)

Modified: trunk/doc/Jamfile.v2
==============================================================================
--- trunk/doc/Jamfile.v2 (original)
+++ trunk/doc/Jamfile.v2 2008-06-26 15:25:38 EDT (Thu, 26 Jun 2008)
@@ -6,6 +6,8 @@
 project boost/doc ;
 import boostbook : boostbook ;
 
+alias asio : ../libs/asio/doc//asio ;
+
 boostbook doc
     :
     src/boost.xml
@@ -41,7 +43,6 @@
     <dependency>../libs/intrusive/doc//intrusive
     <dependency>../libs/units/doc//units
     <dependency>../libs/unordered/doc//unordered
- <dependency>../libs/asio/doc//asio
     <dependency>../libs/thread/doc//thread
 
     ## Add path references to the QuickBook generated docs...


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