|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r75836 - trunk/tools/build/v2/tools
From: dnljms_at_[hidden]
Date: 2011-12-07 04:17:14
Author: danieljames
Date: 2011-12-07 04:17:10 EST (Wed, 07 Dec 2011)
New Revision: 75836
URL: http://svn.boost.org/trac/boost/changeset/75836
Log:
Fix path features in auto-index's boost build tool.
Text files modified:
trunk/tools/build/v2/tools/auto-index.jam | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
Modified: trunk/tools/build/v2/tools/auto-index.jam
==============================================================================
--- trunk/tools/build/v2/tools/auto-index.jam (original)
+++ trunk/tools/build/v2/tools/auto-index.jam 2011-12-07 04:17:10 EST (Wed, 07 Dec 2011)
@@ -11,8 +11,8 @@
feature.feature auto-index-internal : off "on" ;
feature.feature auto-index-verbose : off "on" ;
feature.feature auto-index-no-duplicates : off "on" ;
-feature.feature auto-index-script : : free ;
-feature.feature auto-index-prefix : : free ;
+feature.feature auto-index-script : : free path ;
+feature.feature auto-index-prefix : : free path ;
feature.feature auto-index-type : : free ;
feature.feature auto-index-section-names : "on" off ;
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