mirror of
https://github.com/boostorg/boost.git
synced 2025-04-08 14:44:02 +00:00
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]
This commit is contained in:
parent
af82cee532
commit
74ec52bf80
1 changed files with 2 additions and 1 deletions
|
@ -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...
|
||||
|
|
Loading…
Add table
Reference in a new issue