From f6c6a3ef9fe8edd69f9e2a455d3eac0c31f01fe5 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 ;