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

Having .xsltproc used by xslt and xslt-dir, requires dirname to be optional.

[SVN r27233]
This commit is contained in:
João Abecasis
2005-02-08 04:25:36 +00:00
parent 281e9f59ff
commit c8d201aad1

View File

@@ -53,7 +53,7 @@ rule compute-xslt-flags ( target : properties * )
}
local rule .xsltproc ( target : source stylesheet : properties * : dirname : action )
local rule .xsltproc ( target : source stylesheet : properties * : dirname ? : action )
{
STYLESHEET on $(target) = $(stylesheet) ;
FLAGS on $(target) = [ compute-xslt-flags $(target) : $(properties) ] ;