From a854bbb5fdec6bc7e8cfa615573a493d39e5deff Mon Sep 17 00:00:00 2001 From: Rene Rivera Date: Fri, 7 Oct 2016 23:07:35 -0500 Subject: [PATCH] Add, and update, documentation build targets. --- doc/Jamfile.v2 | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/doc/Jamfile.v2 b/doc/Jamfile.v2 index 60420f4..d8262d3 100644 --- a/doc/Jamfile.v2 +++ b/doc/Jamfile.v2 @@ -47,3 +47,13 @@ boostbook standalone chunk.first.sections=1 autodoc ; + +############################################################################### +alias boostdoc + : move + : + : autodoc + : ; +explicit boostdoc ; +alias boostrelease ; +explicit boostrelease ;