From 53275ae15ac36fe7362237cb8906eb20e8cde080 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.v2 | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/doc/Jamfile.v2 b/doc/Jamfile.v2 index 9d1038c..e58a602 100644 --- a/doc/Jamfile.v2 +++ b/doc/Jamfile.v2 @@ -111,4 +111,12 @@ boostbook standalone install pdfinstall : standalone/pdf : intrusive.pdf . PDF pdf ; explicit pdfinstall ; - +############################################################################### +alias boostdoc + : standalone/docbook + : + : + : ; +explicit boostdoc ; +alias boostrelease ; +explicit boostrelease ;