From 7d80077b497a41e5e25018fe4e354d33e1645eda Mon Sep 17 00:00:00 2001 From: Rene Rivera Date: Wed, 23 Dec 2015 10:08:56 -0600 Subject: [PATCH] Force doxygen to not use a format as it's meaningless and avoids conflicts when building other multi-format docs. --- src/tools/doxygen.jam | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/tools/doxygen.jam b/src/tools/doxygen.jam index 6a56ccdc2..f53a227c1 100644 --- a/src/tools/doxygen.jam +++ b/src/tools/doxygen.jam @@ -619,6 +619,7 @@ rule check-tools ( target ) rule doxygen ( target : sources + : requirements * : default-build * : usage-requirements * ) { + requirements += none ; freeze-config ; local project = [ project.current ] ; @@ -726,7 +727,7 @@ rule doxygen ( target : sources + : requirements * : default-build * : images-location = $(images-location)/ ; } - requirements += + requirements += $(target).doxygen-xml-images boost.doxygen.formuladir=$(images-location) ; }