$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r68639 - sandbox/tools/auto_index
From: john_at_[hidden]
Date: 2011-02-04 13:52:38
Author: johnmaddock
Date: 2011-02-04 13:52:31 EST (Fri, 04 Feb 2011)
New Revision: 68639
URL: http://svn.boost.org/trac/boost/changeset/68639
Log:
Don't make the script file a dependency - it doesn't always work!
Text files modified: 
   sandbox/tools/auto_index/auto-index.jam |     3 ++-                                     
   1 files changed, 2 insertions(+), 1 deletions(-)
Modified: sandbox/tools/auto_index/auto-index.jam
==============================================================================
--- sandbox/tools/auto_index/auto-index.jam	(original)
+++ sandbox/tools/auto_index/auto-index.jam	2011-02-04 13:52:31 EST (Fri, 04 Feb 2011)
@@ -201,7 +201,7 @@
     # upon invocation of auto-index-to-boostbook.
     #ECHO "AI-COMMAND= " $(AI-COMMAND) ;
     DEPENDS $(target) : [ on $(target) return $(AI-DEPENDENCIES) ] ;
-    DEPENDS $(target) : [ on $(target) return $(SCRIPT) ] ;
+    #DEPENDS $(target) : [ on $(target) return $(SCRIPT) ] ;
 }
 
 actions auto-index
@@ -211,3 +211,4 @@
 
 
 
+