$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r80145 - trunk/tools/build/v2/tools
From: jurko.gospodnetic_at_[hidden]
Date: 2012-08-22 16:55:10
Author: jurko
Date: 2012-08-22 16:55:10 EDT (Wed, 22 Aug 2012)
New Revision: 80145
URL: http://svn.boost.org/trac/boost/changeset/80145
Log:
Corrected a bug in Boost Build's tools/boostbook.jam module causing building boostbook targets of type HTML, DOCBOOK, FO, PDF, PS & TESTS to fail.
Text files modified: 
   trunk/tools/build/v2/tools/boostbook.jam |     2 +-                                      
   1 files changed, 1 insertions(+), 1 deletions(-)
Modified: trunk/tools/build/v2/tools/boostbook.jam
==============================================================================
--- trunk/tools/build/v2/tools/boostbook.jam	(original)
+++ trunk/tools/build/v2/tools/boostbook.jam	2012-08-22 16:55:10 EDT (Wed, 22 Aug 2012)
@@ -684,7 +684,7 @@
         else
         {
             # Sources --> type.
-            local target = [ generators.construct [ project ] : $(type) :
+            target = [ generators.construct [ project ] : $(type) :
                 $(property-set) : $(sources) ] ;
             target = $(target[2]) ;
             if ! $(target)