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:
@@ -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) ;
|
||||
|
||||
Reference in New Issue
Block a user