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 + : boost.root=../../../.. ; + +############################################################################### +alias boostdoc + : array.xml + : + : + : ; +explicit boostdoc ; +alias boostrelease ; +explicit boostrelease ;