From b72b6d2a6899a374ae61b3dea54a22f2d9ccc89b Mon Sep 17 00:00:00 2001 From: Norman Walsh Date: Fri, 19 Dec 2003 14:19:34 +0000 Subject: [PATCH] Make HTML not XHTML --- slides/demo/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/slides/demo/Makefile b/slides/demo/Makefile index 9e9537148..ce1789988 100644 --- a/slides/demo/Makefile +++ b/slides/demo/Makefile @@ -1,7 +1,7 @@ XSLTPROC=saxon SLIDES=../source/slides.xml XSLT=$(XSLTPROC) $(SLIDES) -HTML=xhtml +HTML=html all: default plain tables vslides w3c frames browser graphics -- 2.40.0