|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r81025 - trunk/libs/test/doc
From: steven_at_[hidden]
Date: 2012-10-20 12:34:46
Author: steven_watanabe
Date: 2012-10-20 12:34:45 EDT (Sat, 20 Oct 2012)
New Revision: 81025
URL: http://svn.boost.org/trac/boost/changeset/81025
Log:
Fix calculation of the module directory.
Text files modified:
trunk/libs/test/doc/utf-boostbook.jam | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
Modified: trunk/libs/test/doc/utf-boostbook.jam
==============================================================================
--- trunk/libs/test/doc/utf-boostbook.jam (original)
+++ trunk/libs/test/doc/utf-boostbook.jam 2012-10-20 12:34:45 EDT (Sat, 20 Oct 2012)
@@ -17,7 +17,9 @@
.initialized = ;
-.here = [ path.root [ path.make $(__file__:D) ] [ path.pwd ] ] ;
+.here = [ path.parent [ path.root
+ [ path.make [ modules.binding $(__name__) ] ]
+ [ path.pwd ] ] ] ;
rule init ( )
{
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