2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-16 01:12:13 +00:00

Allow not specifying <location> when generating HTML docs.

[SVN r36314]
This commit is contained in:
Rene Rivera
2006-12-10 20:17:59 +00:00
parent 7ec56b43aa
commit b68f90903c

View File

@@ -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 <location> : $(requirements) ] ;
local output-dir = [ path.root
[ path.join
[ feature.get-values <location> : $(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) ] ;