From 32130aa42762b37c92fa7c9ed4b1c1a429320eb9 Mon Sep 17 00:00:00 2001 From: Daniel James Date: Fri, 24 Mar 2017 09:23:59 +0000 Subject: [PATCH] Try to fix the documentation build I think boostdoc is depending on the wrong target. Not sure if this will work, but worth a go? --- doc/Jamfile.v2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/Jamfile.v2 b/doc/Jamfile.v2 index 4d85710..7c9d3ad 100644 --- a/doc/Jamfile.v2 +++ b/doc/Jamfile.v2 @@ -32,7 +32,7 @@ boostbook standalone ; ############################################################################### -alias boostdoc : standalone ; +alias boostdoc : conversion_lib ; explicit boostdoc ; alias boostrelease ; explicit boostrelease ;