From d8b8af69ac0b4c5fcead988feb399247efb839d9 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 | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/doc/Jamfile.v2 b/doc/Jamfile.v2 index d4f21e9..5402665 100644 --- a/doc/Jamfile.v2 +++ b/doc/Jamfile.v2 @@ -18,4 +18,12 @@ boostbook standalone install html : ../../../doc/src/boostbook.css ; install ../ : ../../../boost.png ; - +############################################################################### +alias boostdoc + : typeof + : + : + : ; +explicit boostdoc ; +alias boostrelease ; +explicit boostrelease ;