|
From: Norman W. <nw...@us...> - 2002-03-19 12:10:29
|
Update of /cvsroot/docbook/xmlcharent/spec In directory usw-pr-cvs1:/tmp/cvs-serv20335 Modified Files: Makefile Log Message: Updates Index: Makefile =================================================================== RCS file: /cvsroot/docbook/xmlcharent/spec/Makefile,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** Makefile 20 Nov 2001 17:34:38 -0000 1.1 --- Makefile 19 Mar 2002 12:10:26 -0000 1.2 *************** *** 2,5 **** --- 2,6 ---- SPECVER= + ifeq ($(SPECVER),) SPECSEP= *************** *** 12,19 **** 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)" XSLT=saxon entities.html: entities.xml --- 13,24 ---- OASIS-LOGO=http://www.oasis-open.org/docbook/oasis.png ! XSLPARAM=html.stylesheet=$(HTML-CSS) oasis.logo=$(OASIS-LOGO) XSLT=saxon + + all: entities.html + + tables: + perl gentext.pl entities.html: entities.xml |