From ae1f2a5cd165c74b14172310fb6901187f1819c8 Mon Sep 17 00:00:00 2001 From: Rene Rivera Date: Tue, 27 Dec 2016 13:24:04 -0600 Subject: [PATCH] Fix doc build. The doc building alias reference did not get updated for changed target. This puts in the correct name. --- doc/Jamfile.v2 | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/doc/Jamfile.v2 b/doc/Jamfile.v2 index 7ca7b8f..4d85710 100644 --- a/doc/Jamfile.v2 +++ b/doc/Jamfile.v2 @@ -32,11 +32,7 @@ boostbook standalone ; ############################################################################### -alias boostdoc - : conversion - : - : - : ; +alias boostdoc : standalone ; explicit boostdoc ; alias boostrelease ; explicit boostrelease ;