From 3bb0ecc0e346e4a266f01b1e79fcc855029d712b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jurko=20Gospodneti=C4=87?= Date: Wed, 22 Aug 2012 20:55:10 +0000 Subject: [PATCH] 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. [SVN r80145] --- v2/tools/boostbook.jam | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v2/tools/boostbook.jam b/v2/tools/boostbook.jam index 21d18ef0c..ead3d370b 100644 --- a/v2/tools/boostbook.jam +++ b/v2/tools/boostbook.jam @@ -684,7 +684,7 @@ class boostbook-target-class : basic-target else { # Sources --> type. - local target = [ generators.construct [ project ] : $(type) : + target = [ generators.construct [ project ] : $(type) : $(property-set) : $(sources) ] ; target = $(target[2]) ; if ! $(target)