From 599b8d4aef4aa372d1f24765c75f872fd914c645 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 | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/doc/Jamfile b/doc/Jamfile index 8348f7eb..04f9933c 100644 --- a/doc/Jamfile +++ b/doc/Jamfile @@ -25,4 +25,8 @@ boostbook quickbook pdf:img.src.path=$(images_location)/ ; - +############################################################################### +alias boostdoc ; +explicit boostdoc ; +alias boostrelease : quickbook ; +explicit boostrelease ;