From: Michael Smith Date: Fri, 14 Apr 2006 01:42:30 +0000 (+0000) Subject: Fixed syntax used for calling XSLT process. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c33c204651815aa3aa22db9b5dd58eae35d27d46;p=docbook-dsssl Fixed syntax used for calling XSLT process. --- diff --git a/slides/demo/Makefile b/slides/demo/Makefile index 9c15bd568..b2c430449 100644 --- a/slides/demo/Makefile +++ b/slides/demo/Makefile @@ -18,7 +18,7 @@ all: index.html slides.pdf done index.html: index.xml - $(XSLT) -output $@ $< $(DOCSTYLE) + $(XSLT) $< $(DOCSTYLE) $@ %.fo : %.xml ifeq ($(FORMATTER),tex)