From b68f90903caa1eb11d14b5bb11ef4d13761ceb60 Mon Sep 17 00:00:00 2001 From: Rene Rivera Date: Sun, 10 Dec 2006 20:17:59 +0000 Subject: [PATCH] Allow not specifying when generating HTML docs. [SVN r36314] --- v2/tools/doxygen.jam | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) 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) ] ;