$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r62256 - trunk/tools/build/v2/tools
From: steven_at_[hidden]
Date: 2010-05-26 23:36:45
Author: steven_watanabe
Date: 2010-05-26 23:36:44 EDT (Wed, 26 May 2010)
New Revision: 62256
URL: http://svn.boost.org/trac/boost/changeset/62256
Log:
Use forward slashes in path parameters to xsltproc.  This should hopefully make the main doc build work with cygwin tools
Text files modified: 
   trunk/tools/build/v2/tools/xsltproc.jam |     2 +-                                      
   1 files changed, 1 insertions(+), 1 deletions(-)
Modified: trunk/tools/build/v2/tools/xsltproc.jam
==============================================================================
--- trunk/tools/build/v2/tools/xsltproc.jam	(original)
+++ trunk/tools/build/v2/tools/xsltproc.jam	2010-05-26 23:36:44 EDT (Wed, 26 May 2010)
@@ -102,7 +102,7 @@
 
     for local dir in $(implicit-target-directories)
     {
-        flags += --path \"$(dir)\" ;
+        flags += --path \"$(dir:T)\" ;
     }
 
     return $(flags) ;