From 50016fb62857b7dcf372ebe39b8053db98e3a7f5 Mon Sep 17 00:00:00 2001 From: Michael Smith Date: Wed, 27 Apr 2005 23:34:46 +0000 Subject: [PATCH] use -output switch instead of shell redirection --- slides/demo/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/slides/demo/Makefile b/slides/demo/Makefile index 98fe8c7cf..9c15bd568 100644 --- a/slides/demo/Makefile +++ b/slides/demo/Makefile @@ -18,7 +18,7 @@ all: index.html slides.pdf done index.html: index.xml - $(XSLT) $< $(DOCSTYLE) > $@ + $(XSLT) -output $@ $< $(DOCSTYLE) %.fo : %.xml ifeq ($(FORMATTER),tex) -- 2.40.0