From 58ec98e9ea023b710be57bc8f003711bfce27c8c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Abecasis?= Date: Wed, 9 Feb 2005 04:45:00 +0000 Subject: [PATCH] typo was causing catalog to be ignored [SVN r27268] --- v2/tools/xsltproc.jam | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v2/tools/xsltproc.jam b/v2/tools/xsltproc.jam index 6306cfaf1..a140c2feb 100644 --- a/v2/tools/xsltproc.jam +++ b/v2/tools/xsltproc.jam @@ -61,7 +61,7 @@ local rule .xsltproc ( target : source stylesheet : properties * : dirname ? : a for local catalog in [ feature.get-values : $(properties) ] { - CATALOG = [ common.variable-setting-command XML_CATALOG_FILES : catalog.xml ] ; + CATALOG = [ common.variable-setting-command XML_CATALOG_FILES : $(catalog) ] ; } DIRECTORY on $(target) = $(dirname) ;