summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorDaniel James <daniel@calamity.org.uk>2008-06-26 19:25:38 +0000
committerDaniel James <daniel@calamity.org.uk>2008-06-26 19:25:38 +0000
commit74ec52bf80d787e7b1add0439d565d47c38a418a (patch)
tree64484189d9ba4eb4aaec91694bd709c038286016 /doc
parentaf82cee53230f41f856e9ec734c23dde6c38e541 (diff)
downloadboost-74ec52bf80d787e7b1add0439d565d47c38a418a.tar.gz
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. [SVN r46742]
Diffstat (limited to 'doc')
-rw-r--r--doc/Jamfile.v23
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/Jamfile.v2 b/doc/Jamfile.v2
index 8572efffae..1067a75f06 100644
--- a/doc/Jamfile.v2
+++ b/doc/Jamfile.v2
@@ -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 @@ boostbook doc
<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...