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) ;