From: Norman Walsh Date: Tue, 19 Mar 2002 12:10:26 +0000 (+0000) Subject: Updates X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7ac8b207782e7e2ce54b3ecf08815eaa1a82bca6;p=docbook-dsssl Updates --- 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)