From: Michael Smith Date: Mon, 17 Oct 2005 18:29:41 +0000 (+0000) Subject: Repaired by substitution. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5fb166735fbe5fe9a0121d134c181072acd1a730;p=docbook-dsssl Repaired by substitution. --- diff --git a/contrib/tools/make/Makefile.DocBook b/contrib/tools/make/Makefile.DocBook index 2dfcc742e..402fe9f1b 100644 --- a/contrib/tools/make/Makefile.DocBook +++ b/contrib/tools/make/Makefile.DocBook @@ -356,7 +356,7 @@ endif # pattern rules for making TeXinfo stuff # ----------------------------------------------------------------- %.txml: %.xml - $(DB2X_XSLT) $(DB2X_XSLT_FLAGS) -s texi -o $@ $< + $(DB2X_XSLTPROC) $(DB2X_XSLTPROC_FLAGS) -s texi -o $@ $< %.texi: %.txml $(DB2X_TEXIXML) $(DB2X_TEXIXML_FLAGS) $<