From 7ac8b207782e7e2ce54b3ecf08815eaa1a82bca6 Mon Sep 17 00:00:00 2001 From: Norman Walsh Date: Tue, 19 Mar 2002 12:10:26 +0000 Subject: [PATCH] Updates --- xmlcharent/spec/Makefile | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/xmlcharent/spec/Makefile b/xmlcharent/spec/Makefile index ebcbdd82e..956405e7d 100644 --- a/xmlcharent/spec/Makefile +++ b/xmlcharent/spec/Makefile @@ -1,6 +1,7 @@ include ../../cvstools/Makefile.incl SPECVER= + ifeq ($(SPECVER),) SPECSEP= else @@ -11,11 +12,15 @@ HTMLSTYLE=/projects/oasis/stylesheets/tr.xsl HTML-CSS=spec.css OASIS-LOGO=http://www.oasis-open.org/docbook/oasis.png -BIBLIO=file:///home/ndw/bibliography.xml -XSLPARAM="html.stylesheet=$(HTML-CSS) oasis.logo=$(OASIS-LOGO) bibliography.collection=$(BIBLIO)" +XSLPARAM=html.stylesheet=$(HTML-CSS) oasis.logo=$(OASIS-LOGO) XSLT=saxon +all: entities.html + +tables: + perl gentext.pl + entities.html: entities.xml $(XJPARSE) $< $(XSLT) $< $(HTMLSTYLE) entities$(SPECSEP)$(SPECVER).html $(XSLPARAM) -- 2.50.1