From 77dffdafff118a83912f33e0cef392569a00b10f 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 | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/Jamfile b/doc/Jamfile index ffa96b1..1544b8d 100644 --- a/doc/Jamfile +++ b/doc/Jamfile @@ -19,3 +19,9 @@ boostbook standalone toc.max.depth=1 ; + +############################################################################### +alias boostdoc ; +explicit boostdoc ; +alias boostrelease : standalone ; +explicit boostrelease ;