diff --git a/v2/tools/doxygen.jam b/v2/tools/doxygen.jam index d8a47af62..52898d1a8 100644 --- a/v2/tools/doxygen.jam +++ b/v2/tools/doxygen.jam @@ -280,11 +280,9 @@ rule doxygen ( target : sources * : requirements * : default-build * ) if $(target:S) = .html { # Build an HTML directory from the sources. + local html-location = [ feature.get-values : $(requirements) ] ; local output-dir = [ path.root - [ path.join - [ feature.get-values : $(requirements) ] - [ $(project).get build-dir ] - ] + [ path.join $(html-location:E=html) [ $(project).get build-dir ] ] [ path.pwd ] ] ; local output-dir-native = [ path.native $(output-dir) ] ;