From 4fffc7637da8479e3f94674ef1dd0fc996a7d027 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 | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/doc/Jamfile.v2 b/doc/Jamfile.v2 index 0a8f553..7b2503c 100644 --- a/doc/Jamfile.v2 +++ b/doc/Jamfile.v2 @@ -69,4 +69,8 @@ boostbook standalone install pdfinstall : standalone/pdf : PDF . type_traits.pdf ; explicit pdfinstall ; - +############################################################################### +alias boostdoc ; +explicit boostdoc ; +alias boostrelease : standalone ; +explicit boostrelease ;