From 219107e4a01bcfb918e65b7030a623dc47722495 Mon Sep 17 00:00:00 2001 From: Norman Walsh Date: Wed, 5 Apr 2006 15:27:52 +0000 Subject: [PATCH] Reorganized to use non-recursive Makefiles --- docbook/relaxng/website/build/.cvsignore | 1 - docbook/relaxng/website/build/Makefile | 22 ---------------------- 2 files changed, 23 deletions(-) delete mode 100644 docbook/relaxng/website/build/.cvsignore delete mode 100644 docbook/relaxng/website/build/Makefile diff --git a/docbook/relaxng/website/build/.cvsignore b/docbook/relaxng/website/build/.cvsignore deleted file mode 100644 index c38688200..000000000 --- a/docbook/relaxng/website/build/.cvsignore +++ /dev/null @@ -1 +0,0 @@ -*.rng diff --git a/docbook/relaxng/website/build/Makefile b/docbook/relaxng/website/build/Makefile deleted file mode 100644 index a01a3a8cf..000000000 --- a/docbook/relaxng/website/build/Makefile +++ /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 -- 2.40.0