From f2d07f76b5fd9ebd43dd85f4bc548022da3a47c3 Mon Sep 17 00:00:00 2001 From: Rene Rivera Date: Fri, 7 Oct 2016 23:07:34 -0500 Subject: [PATCH] Add, and update, documentation build targets. --- doc/Jamfile.v2 | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/doc/Jamfile.v2 b/doc/Jamfile.v2 index ae485f1..66ec0e4 100644 --- a/doc/Jamfile.v2 +++ b/doc/Jamfile.v2 @@ -20,4 +20,8 @@ boostbook standalone pdf:boost.url.prefix=http://www.boost.org/doc/libs/release/libs/iterator/doc ; - +############################################################################### +alias boostdoc ; +explicit boostdoc ; +alias boostrelease : standalone ; +explicit boostrelease ;