From 7f6382d1375f1eb24152a86b12abf2089887f9cb Mon Sep 17 00:00:00 2001 From: Rene Rivera Date: Fri, 7 Oct 2016 23:07:33 -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 56b7c1e..62bb90d 100644 --- a/doc/Jamfile.v2 +++ b/doc/Jamfile.v2 @@ -106,4 +106,12 @@ boostbook standalone install pdfinstall : standalone/pdf : PDF . container.pdf ; explicit pdfinstall ; - +############################################################################### +alias boostdoc + : standalone/docbook + : + : + : ; +explicit boostdoc ; +alias boostrelease ; +explicit boostrelease ;