]> granicus.if.org Git - docbook-dsssl/commitdiff
Fixed syntax used for calling XSLT process.
authorMichael Smith <xmldoc@users.sourceforge.net>
Fri, 14 Apr 2006 01:42:30 +0000 (01:42 +0000)
committerMichael Smith <xmldoc@users.sourceforge.net>
Fri, 14 Apr 2006 01:42:30 +0000 (01:42 +0000)
slides/demo/Makefile

index 9c15bd568a24e08ee298bea2ed6ad95ba1357cbb..b2c430449297550f2e757a628b6c2c4da29d63a7 100644 (file)
@@ -18,7 +18,7 @@ all: index.html slides.pdf
        done
 
 index.html: index.xml
-       $(XSLT) -output $@ $< $(DOCSTYLE) 
+       $(XSLT) $< $(DOCSTYLE) $@
 
 %.fo : %.xml
 ifeq ($(FORMATTER),tex)