From bf7d64a7ef8d3e678dd0533879aec3040d2f5e44 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 | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/doc/Jamfile.v2 b/doc/Jamfile.v2 index 47757c1a..f7047ede 100644 --- a/doc/Jamfile.v2 +++ b/doc/Jamfile.v2 @@ -51,5 +51,8 @@ boostbook standalone pdf:boost.url.prefix=http://www.boost.org/doc/libs/release/libs/regex/doc/html ; - - +############################################################################### +alias boostdoc ; +explicit boostdoc ; +alias boostrelease : standalone ; +explicit boostrelease ;