From ee45b0666f89e2703d8496d243c297082bfc668c Mon Sep 17 00:00:00 2001 From: Rene Rivera Date: Fri, 7 Oct 2016 23:07:36 -0500 Subject: [PATCH] Add, and update, documentation build targets. --- doc/Jamfile.v2 | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/doc/Jamfile.v2 b/doc/Jamfile.v2 index 253bcd0..f33e983 100644 --- a/doc/Jamfile.v2 +++ b/doc/Jamfile.v2 @@ -73,4 +73,14 @@ boostbook standalone ; install pdfinstall : standalone/pdf : . PDF ; -explicit pdfinstall ; \ No newline at end of file +explicit pdfinstall ; + +############################################################################### +alias boostdoc + : ratio + : + : #autodoc + : ; +explicit boostdoc ; +alias boostrelease ; +explicit boostrelease ;