From 895af7c97a2f74980eb459badf67787c2a3ecadf 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 | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/doc/Jamfile.v2 b/doc/Jamfile.v2 index 738a112..04b49ac 100644 --- a/doc/Jamfile.v2 +++ b/doc/Jamfile.v2 @@ -1,4 +1,4 @@ -# Copyright (c) 2001 Jaakko Järvi +# Copyright (c) 2001 Jaakko J�rvi # Distributed under the Boost Software License, Version 1.0. # (See accompanying file LICENSE_1_0.txt or copy at @@ -29,3 +29,9 @@ boostbook standalone_tuple # How far down we go with TOC's generate.section.toc.level=0 ; + +############################################################################### +alias boostdoc ; +explicit boostdoc ; +alias boostrelease : standalone_tuple ; +explicit boostrelease ;