]> granicus.if.org Git - docbook-dsssl/commitdiff
Updates
authorNorman Walsh <ndw@nwalsh.com>
Tue, 19 Mar 2002 12:10:26 +0000 (12:10 +0000)
committerNorman Walsh <ndw@nwalsh.com>
Tue, 19 Mar 2002 12:10:26 +0000 (12:10 +0000)
xmlcharent/spec/Makefile

index ebcbdd82e848797cff1586fc36a599adb2c84a26..956405e7d15959e85841f8092defd306a8d0a8e5 100644 (file)
@@ -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)