From 9fae8be16613df2b3f1544408d7b6d7a3d4f1f55 Mon Sep 17 00:00:00 2001 From: Rene Rivera Date: Fri, 7 Oct 2016 23:07:37 -0500 Subject: [PATCH] Add, and update, documentation build targets. --- doc/Jamfile.v2 | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/doc/Jamfile.v2 b/doc/Jamfile.v2 index eb9c35d..dda8f39 100644 --- a/doc/Jamfile.v2 +++ b/doc/Jamfile.v2 @@ -117,3 +117,11 @@ boostbook standalone_string_ref # How far down we go with TOC's generate.section.toc.level=1 ; + +############################################################################### +alias boostdoc ; +explicit boostdoc ; +alias boostrelease : + standalone_base_from_member standalone_compressed_pair + standalone_declval standalone_string_ref ; +explicit boostrelease ;