mirror of
https://github.com/boostorg/boost.git
synced 2025-04-10 07:14:54 +00:00
Merge some small fixes from trunk.
Merged revisions 46740,46742,47002,47040 via svnmerge from https://svn.boost.org/svn/boost/trunk ........ r46740 | danieljames | 2008-06-26 20:20:56 +0100 (Thu, 26 Jun 2008) | 1 line Fix a character encoding error. ........ r46742 | danieljames | 2008-06-26 20:25:38 +0100 (Thu, 26 Jun 2008) | 6 lines 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. ........ r47040 | danieljames | 2008-07-03 15:34:56 +0100 (Thu, 03 Jul 2008) | 1 line Workaround for some template syntax not supported in old versions of Visual C++ 6.5 ........ [SVN r47078]
This commit is contained in:
parent
d4a05d357a
commit
973cfb2055
3 changed files with 4 additions and 3 deletions
|
@ -6,6 +6,8 @@
|
|||
project boost/doc ;
|
||||
import boostbook : boostbook ;
|
||||
|
||||
alias asio : ../libs/asio/doc//asio ;
|
||||
|
||||
boostbook doc
|
||||
:
|
||||
src/boost.xml
|
||||
|
@ -40,7 +42,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...
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 4f27a146ef65271fb50cb19d3b0f64277f3709a9
|
||||
Subproject commit 56b9e0da1a393dc5de7109a051d8091b849fcf3e
|
|
@ -1 +1 @@
|
|||
Subproject commit e632b0fb1f56e0f3a17349bb8938bf94c0a1a19b
|
||||
Subproject commit 7a036f6f3a0dfec1b1ee40bc381d9b477b779d7f
|
Loading…
Add table
Reference in a new issue