|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r73215 - trunk/tools/build/v2/tools
From: seefeld_at_[hidden]
Date: 2011-07-18 08:37:06
Author: stefan
Date: 2011-07-18 08:37:04 EDT (Mon, 18 Jul 2011)
New Revision: 73215
URL: http://svn.boost.org/trac/boost/changeset/73215
Log:
Fixes #5709
Text files modified:
trunk/tools/build/v2/tools/common.jam | 2 +-
trunk/tools/build/v2/tools/docutils.jam | 1 +
2 files changed, 2 insertions(+), 1 deletions(-)
Modified: trunk/tools/build/v2/tools/common.jam
==============================================================================
--- trunk/tools/build/v2/tools/common.jam (original)
+++ trunk/tools/build/v2/tools/common.jam 2011-07-18 08:37:04 EDT (Mon, 18 Jul 2011)
@@ -334,7 +334,7 @@
# first path found. Otherwise, returns an empty string. If 'path-last' is
# specified, PATH is searched after 'additional-paths'.
#
-local rule find-tool ( name : additional-paths * : path-last ? )
+rule find-tool ( name : additional-paths * : path-last ? )
{
local path = [ path.programs-path ] ;
local match = [ path.glob $(path) : $(name) $(name).exe ] ;
Modified: trunk/tools/build/v2/tools/docutils.jam
==============================================================================
--- trunk/tools/build/v2/tools/docutils.jam (original)
+++ trunk/tools/build/v2/tools/docutils.jam 2011-07-18 08:37:04 EDT (Mon, 18 Jul 2011)
@@ -56,6 +56,7 @@
.setup = [
common.prepend-path-variable-command PYTHONPATH
: $(.docutils-dir) $(.docutils-dir)/extras ] ;
+ RST2XXX = [ common.find-tool rst2html ] ;
}
}
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