summaryrefslogtreecommitdiff
path: root/libs/array
diff options
context:
space:
mode:
Diffstat (limited to 'libs/array')
-rw-r--r--libs/array/doc/Jamfile.v219
1 files changed, 19 insertions, 0 deletions
diff --git a/libs/array/doc/Jamfile.v2 b/libs/array/doc/Jamfile.v2
new file mode 100644
index 0000000000..b7f51b71d1
--- /dev/null
+++ b/libs/array/doc/Jamfile.v2
@@ -0,0 +1,19 @@
+#~ Copyright Marshall Clow 2013
+#~ Distributed under the Boost Software License, Version 1.0.
+#~ (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
+
+using boostbook ;
+
+boostbook standalone
+ : array.xml
+ : <xsl:param>boost.root=../../../.. ;
+
+###############################################################################
+alias boostdoc
+ : array.xml
+ :
+ :
+ : ;
+explicit boostdoc ;
+alias boostrelease ;
+explicit boostrelease ;