diff options
author | Glen Fernandes <glenfe@live.com> | 2014-04-27 14:37:36 -0700 |
---|---|---|
committer | Glen Fernandes <glenfe@live.com> | 2014-04-27 14:37:36 -0700 |
commit | e0aca052212360bda1d199260f16fe5230d9edfb (patch) | |
tree | f5bfccff15fc572720b6d7079ea09297cd15f089 /doc | |
parent | cf0d4eff13eea8c5ba2516bcd02da032471aa302 (diff) | |
download | boost-e0aca052212360bda1d199260f16fe5230d9edfb.tar.gz |
Add align to build
Diffstat (limited to 'doc')
-rw-r--r-- | doc/Jamfile.v2 | 3 | ||||
-rw-r--r-- | doc/src/boost.xml | 2 |
2 files changed, 5 insertions, 0 deletions
diff --git a/doc/Jamfile.v2 b/doc/Jamfile.v2 index 2c5b31d1d2..28e23cfabd 100644 --- a/doc/Jamfile.v2 +++ b/doc/Jamfile.v2 @@ -84,6 +84,8 @@ boostbook doc <dependency>../libs/lockfree/doc//lockfree <dependency>../libs/atomic/doc//atomic <dependency>../libs/type_erasure/doc//type_erasure + <dependency>../libs/align/doc//reference.xml + <dependency>../libs/align/doc//align ## Add path references to the QuickBook generated docs... @@ -118,6 +120,7 @@ boostbook doc <implicit-dependency>../libs/lockfree/doc//lockfree <implicit-dependency>../libs/atomic/doc//atomic <implicit-dependency>../libs/type_erasure/doc//type_erasure + <implicit-dependency>../libs/align/doc//align <xsl:param>boost.libraries=../../libs/libraries.htm diff --git a/doc/src/boost.xml b/doc/src/boost.xml index 9b885e289a..639226158d 100644 --- a/doc/src/boost.xml +++ b/doc/src/boost.xml @@ -40,6 +40,8 @@ <xi:include href="accumulators.xml"/> + <xi:include href="align.xml"/> + <xi:include href="../../libs/any/doc/any.xml"/> <xi:include href="../../libs/array/doc/array.xml"/> |