From 711eb261ec347e75a9e307e8e8dc14f5b3b8d0fd Mon Sep 17 00:00:00 2001 From: Norman Walsh Date: Fri, 19 Dec 2003 16:59:49 +0000 Subject: [PATCH] Allow 'make xxx.html' to work --- slides/tests/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/slides/tests/Makefile b/slides/tests/Makefile index 0c558c52b..297f80d27 100644 --- a/slides/tests/Makefile +++ b/slides/tests/Makefile @@ -1,5 +1,6 @@ include ../../cvstools/Makefile.incl -NOFRAMESTYLE=../xsl/html/slides.xsl +STYLE=tables +NOFRAMESTYLE=../xsl/html/$(STYLE).xsl FRAMESTYLE=../xsl/html/frames.xsl FOSTYLE=../xsl/fo/plain.xsl VARS= @@ -44,6 +45,11 @@ ifeq ($(TIDY),1) done endif +%.html: %.xml + $(XJPARSE) -w $< + $(XSLT) $< $(HTMLSTYLE) - $(PARAMS) + make tidy + %.fo : %.xml ifeq ($(FORMATTER),tex) saxon $< $(FOSTYLE) $@ passivetex.extensions=1 $(VARS) -- 2.40.0