]> granicus.if.org Git - docbook-dsssl/commitdiff
No longer needed
authorNorman Walsh <ndw@nwalsh.com>
Fri, 27 Dec 2002 19:24:15 +0000 (19:24 +0000)
committerNorman Walsh <ndw@nwalsh.com>
Fri, 27 Dec 2002 19:24:15 +0000 (19:24 +0000)
schema/xmlschema/Makefile [deleted file]

diff --git a/schema/xmlschema/Makefile b/schema/xmlschema/Makefile
deleted file mode 100644 (file)
index 441b1df..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-include ../../cvstools/Makefile.incl
-
-DRAFT=yes
-STYLESHEET=../../xsl/html/docbook.xsl
-
-all: README.html
-
-README.html: README.xml
-       $(XJPARSE) $<
-       $(XSLT) $< $(STYLESHEET) $@ nochunks=1 draft=$(DRAFT)
-