From fd9f51181d71cd0219ab5e30289368c44cfb48e9 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 24 Nov 2022 08:30:10 +0200 Subject: Fix diag builtin calls in ad hoc recipes --- xsd/doc/buildfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'xsd') diff --git a/xsd/doc/buildfile b/xsd/doc/buildfile index 5e9a82b..b2037c7 100644 --- a/xsd/doc/buildfile +++ b/xsd/doc/buildfile @@ -258,7 +258,7 @@ if $html2pdf # options = --base $src_base/$d - diag html2ps ($<[0]) + diag html2ps ($<[0]) -> $> $html2ps $options -f $path($<[1]) -o $path($>) $path($<[0]) # Note: must include trailing directory separator (see cp for details). @@ -275,7 +275,7 @@ if $html2pdf {{ options = -dOptimize=true -dEmbedAllFonts=true - diag ps2pdf ($<[0]) + diag ps2pdf ($<[0]) -> $> $ps2pdf $options $path($<[0]) $path($>) # Note: must include trailing directory separator (see cp for details). -- cgit v1.1