]> granicus.if.org Git - docbook-dsssl/commitdiff
Reorganized to use non-recursive Makefiles
authorNorman Walsh <ndw@nwalsh.com>
Wed, 5 Apr 2006 15:27:52 +0000 (15:27 +0000)
committerNorman Walsh <ndw@nwalsh.com>
Wed, 5 Apr 2006 15:27:52 +0000 (15:27 +0000)
docbook/relaxng/website/build/.cvsignore [deleted file]
docbook/relaxng/website/build/Makefile [deleted file]

diff --git a/docbook/relaxng/website/build/.cvsignore b/docbook/relaxng/website/build/.cvsignore
deleted file mode 100644 (file)
index c386882..0000000
+++ /dev/null
@@ -1 +0,0 @@
-*.rng
diff --git a/docbook/relaxng/website/build/Makefile b/docbook/relaxng/website/build/Makefile
deleted file mode 100644 (file)
index a01a3a8..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-VPATH=../src
-
-TOOLS=../../tools
-
-AUGMENT=$(TOOLS)/augment.xsl
-INCLUDE=$(TOOLS)/include.xsl
-CLEANUP=$(TOOLS)/cleanup.pl
-
-.SUFFIXES: .rng .rnc
-
-all:
-       @echo Make what?
-
-.rnc.rng:
-       trang -O rng $< $@
-       saxon $@ $(INCLUDE) ,$@ use.extensions=1
-       saxon ,$@ $(AUGMENT) $@ use.extensions=1
-       perl -i $(CLEANUP) $@
-       rm -f ,$@
-
-clean:
-       rm -f *.rng