Boost logo

Boost-Commit :

From: grafikrobot_at_[hidden]
Date: 2008-01-07 21:49:25


Author: grafik
Date: 2008-01-07 21:49:25 EST (Mon, 07 Jan 2008)
New Revision: 42598
URL: http://svn.boost.org/trac/boost/changeset/42598

Log:
Mostly fix bad path calc for direct html from doxygen doc generation. (fixes #1562)
Text files modified:
   trunk/tools/build/v2/tools/doxygen.jam | 2 +-
   1 files changed, 1 insertions(+), 1 deletions(-)

Modified: trunk/tools/build/v2/tools/doxygen.jam
==============================================================================
--- trunk/tools/build/v2/tools/doxygen.jam (original)
+++ trunk/tools/build/v2/tools/doxygen.jam 2008-01-07 21:49:25 EST (Mon, 07 Jan 2008)
@@ -352,7 +352,7 @@
         # Build an HTML directory from the sources.
         local html-location = [ feature.get-values <location> : $(requirements) ] ;
         local output-dir = [ path.root
- [ path.join $(html-location:E=html) [ $(project).get build-dir ] ]
+ [ path.join [ $(project).get build-dir ] $(html-location:E=html) ]
             [ path.pwd ]
             ] ;
         local output-dir-native = [ path.native $(output-dir) ] ;


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk