2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-17 01:32:12 +00:00

typo was causing catalog to be ignored

[SVN r27268]
This commit is contained in:
João Abecasis
2005-02-09 04:45:00 +00:00
parent 99adef4ecf
commit 58ec98e9ea

View File

@@ -61,7 +61,7 @@ local rule .xsltproc ( target : source stylesheet : properties * : dirname ? : a
for local catalog in [ feature.get-values <catalog> : $(properties) ]
{
CATALOG = [ common.variable-setting-command XML_CATALOG_FILES : catalog.xml ] ;
CATALOG = [ common.variable-setting-command XML_CATALOG_FILES : $(catalog) ] ;
}
DIRECTORY on $(target) = $(dirname) ;