From b4ff3ca54144ab7d519385f3df54ba1adb732a11 Mon Sep 17 00:00:00 2001 From: Rene Rivera Date: Fri, 7 Oct 2016 23:07:32 -0500 Subject: [PATCH] Add, and update, documentation build targets. --- doc/Jamfile.v2 | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/Jamfile.v2 b/doc/Jamfile.v2 index d2347df..c9d0689 100644 --- a/doc/Jamfile.v2 +++ b/doc/Jamfile.v2 @@ -52,3 +52,9 @@ boostbook standalone_mem_fn generate.manifest=0 ; + +############################################################################### +alias boostdoc ; +explicit boostdoc ; +alias boostrelease : standalone_bind standalone_mem_fn ; +explicit boostrelease ;