]> granicus.if.org Git - docbook-dsssl/commitdiff
Removed
authorNorman Walsh <ndw@nwalsh.com>
Fri, 1 Jul 2005 19:20:59 +0000 (19:20 +0000)
committerNorman Walsh <ndw@nwalsh.com>
Fri, 1 Jul 2005 19:20:59 +0000 (19:20 +0000)
docbook/relaxng/docbook/build/.cvsignore [deleted file]
docbook/relaxng/docbook/build/Makefile [deleted file]

diff --git a/docbook/relaxng/docbook/build/.cvsignore b/docbook/relaxng/docbook/build/.cvsignore
deleted file mode 100644 (file)
index 3948fa8..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-*.rnx
-*.rng
diff --git a/docbook/relaxng/docbook/build/Makefile b/docbook/relaxng/docbook/build/Makefile
deleted file mode 100644 (file)
index e5c24a3..0000000
+++ /dev/null
@@ -1,32 +0,0 @@
-include ../../../../cvstools/Makefile.incl
-
-VPATH=../src
-
-RNCFILES=$(subst ../src/,,$(wildcard ../src/*.rnc))
-
-PERL=perl
-
-TOOLS=../../tools
-AUGMENT=$(TOOLS)/augment.xsl
-INCLUDE=$(TOOLS)/include.xsl
-CLEANUP=$(TOOLS)/cleanup.pl
-
-.SUFFIXES: .rnc .rng
-
-all: docbook.rng
-
-# Make sure that docbook.rng depends on all the things that could influence
-# it. That's *all* the RNC files, not just docbook.rnc, and the stylesheets
-# and cleanup script(s).
-#
-docbook.rng: $(RNCFILES) $(AUGMENT) $(INCLUDE) $(CLEANUP)
-
-.rnc.rng:
-       $(RUNTRANG) -O rng $< $@
-       $(XSLT) $@ $(INCLUDE) ,$@ use.extensions=1
-       $(XSLT) ,$@ $(AUGMENT) $@ use.extensions=1
-       $(PERL) -i $(CLEANUP) $@
-       $(RM) ,$@
-
-clean:
-       $(RM) *.rng