From 5610a2dc7de0519db68cabdd219ce71db8ee0d9e Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Sat, 10 Jun 2017 04:31:35 +0300 Subject: [PATCH] Include into master doc build --- doc/Jamfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/Jamfile b/doc/Jamfile index 24f9c5b..d4a4802 100644 --- a/doc/Jamfile +++ b/doc/Jamfile @@ -25,5 +25,5 @@ explicit pdf_ ; ############################################################################### alias boostdoc ; explicit boostdoc ; -alias boostrelease ; +alias boostrelease : html_ ; explicit boostrelease ;