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 ;