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