mirror of
https://github.com/boostorg/boost.git
synced 2025-04-15 17:55:02 +00:00
Jamfile.v2: Add dependency for tribool library
src/boost.xml: Add link to tribool documentation [SVN r23457]
This commit is contained in:
parent
70b0bdc5f8
commit
6220afe264
2 changed files with 3 additions and 0 deletions
|
@ -6,4 +6,5 @@ import boostbook : boostbook ;
|
|||
# documentation
|
||||
boostbook doc : src/boost.xml
|
||||
: <dependency>../libs/program_options/doc//autodoc.xml
|
||||
<dependency>../libs/logic/doc//reference.xml
|
||||
;
|
||||
|
|
|
@ -697,6 +697,8 @@
|
|||
</libraryinfo>
|
||||
</library>
|
||||
|
||||
<xi:include href="../../libs/logic/doc/tribool.boostbook"/>
|
||||
|
||||
<library name="Tuple" dirname="tuple" html-only="1">
|
||||
<libraryinfo>
|
||||
<author>
|
||||
|
|
Loading…
Add table
Reference in a new issue