From c2f58a187a67502a20aaa14c88625f12e400c5c1 Mon Sep 17 00:00:00 2001 From: Rene Rivera Date: Fri, 7 Oct 2016 23:07:36 -0500 Subject: [PATCH] Add, and update, documentation build targets. --- doc/Jamfile.v2 | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/doc/Jamfile.v2 b/doc/Jamfile.v2 index 1f8565d..e32225b 100644 --- a/doc/Jamfile.v2 +++ b/doc/Jamfile.v2 @@ -37,3 +37,13 @@ boostbook standalone pdf:admon.graphics.path=$(boost-images)/ pdf:boost.url.prefix=http://www.boost.org/doc/libs/release/doc/html ; + +############################################################################### +alias boostdoc + : static_assert + : + : + : ; +explicit boostdoc ; +alias boostrelease ; +explicit boostrelease ;