From ae946ee4960711225369ce7060fe3c4e6d29f259 Mon Sep 17 00:00:00 2001 From: Daniel James Date: Mon, 19 May 2014 23:11:59 +0100 Subject: [PATCH] Put the doxygen dependency on the quickbook file, rather than boostbook. Because when building the main documentation, the docbook target isn't being triggered, which is breaking the build. Hopefully this will fix it. --- doc/Jamfile.v2 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/doc/Jamfile.v2 b/doc/Jamfile.v2 index 3d9c175..88e516c 100644 --- a/doc/Jamfile.v2 +++ b/doc/Jamfile.v2 @@ -24,7 +24,7 @@ doxygen autodoc "boost.doxygen.reftitle=Boost.TypeIndex Header Reference" ; -xml type_index : type_index.qbk ; +xml type_index : type_index.qbk : autodoc ; boostbook standalone : type_index @@ -32,6 +32,5 @@ boostbook standalone boost.root=http://www.boost.org/doc/libs/1_53_0 # boost.root=../../../.. pdf:boost.url.prefix=http://www.boost.org/doc/libs/release/doc/html - autodoc ;