From c8d201aad114fe30d3b313fbfa98283c5750f642 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Abecasis?= Date: Tue, 8 Feb 2005 04:25:36 +0000 Subject: [PATCH] Having .xsltproc used by xslt and xslt-dir, requires dirname to be optional. [SVN r27233] --- v2/tools/xsltproc.jam | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v2/tools/xsltproc.jam b/v2/tools/xsltproc.jam index 85aad1495..6306cfaf1 100644 --- a/v2/tools/xsltproc.jam +++ b/v2/tools/xsltproc.jam @@ -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) ] ;