Squashed 'third_party/boostorg/array/' content from commit 8f3aea2

Change-Id: If00bd8d3b291b4e3c61e8fec0ff84ac07078db5e
git-subtree-dir: third_party/boostorg/array
git-subtree-split: 8f3aea2200fa45ed4c1829b3d3148432867dda87
diff --git a/doc/Jamfile.v2 b/doc/Jamfile.v2
new file mode 100644
index 0000000..b7f51b7
--- /dev/null
+++ b/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 ;