From 4c27456a439e6d89336dee32938087907e74bc4f Mon Sep 17 00:00:00 2001 From: Daniel Date: Thu, 27 Oct 2016 20:12:38 +0100 Subject: [PATCH] Copy doc jamfile from develop It's need to build the documentation now. --- doc/Jamfile.v2 | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 doc/Jamfile.v2 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 ;