diff options
author | Glen Fernandes <glenfe@live.com> | 2014-04-28 22:13:43 -0700 |
---|---|---|
committer | Glen Fernandes <glenfe@live.com> | 2014-04-28 22:13:43 -0700 |
commit | ab41c8d16f4cae306ef717364b1e4c029e80a2f4 (patch) | |
tree | ec01d5cb83d185c4dba941e3d5b9ba34a86282be /doc | |
parent | ff41efcc5c788f506a30e7c366ee185fa456c619 (diff) | |
download | boost-ab41c8d16f4cae306ef717364b1e4c029e80a2f4.tar.gz |
Add align to release
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 79845d6677..0d1edc4299 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"/> |