From ee8c2d3e4627e481da51e43982ddb36b2c6cca16 Mon Sep 17 00:00:00 2001 From: Rene Rivera Date: Fri, 7 Oct 2016 23:07:33 -0500 Subject: [PATCH] Add, and update, documentation build targets. --- doc/Jamfile.v2 | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/doc/Jamfile.v2 b/doc/Jamfile.v2 index 8e6ec45..f598bb7 100644 --- a/doc/Jamfile.v2 +++ b/doc/Jamfile.v2 @@ -52,5 +52,8 @@ boostbook standalone pdf:boost.url.prefix=http://www.boost.org/doc/libs/release/libs/core/doc/html ; -alias boostdoc : standalone - : : : standalone ; +############################################################################### +alias boostdoc ; +explicit boostdoc ; +alias boostrelease : standalone ; +explicit boostrelease ;