From fc0b550f3c48ce0d4a3aa6f65dcb332a1fe54fa4 Mon Sep 17 00:00:00 2001 From: Michael Smith Date: Wed, 4 Jul 2007 03:59:25 +0000 Subject: [PATCH] Removed target for making docbook.rng file (static copy is now in releasetools). --- xsl/docsrc/Makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/xsl/docsrc/Makefile b/xsl/docsrc/Makefile index ae4a5e167..07b600773 100644 --- a/xsl/docsrc/Makefile +++ b/xsl/docsrc/Makefile @@ -1,5 +1,5 @@ include ../../releasetools/Variables.mk -DIRS=common refentry html fo manpages roundtrip slides-html slides-fo website template utility +DIRS=common refentry html fo manpages roundtrip slides-html slides-fo website template utility pi-fo DOCBOOK_RNG=$(DOCBOOK_SVN)/releasetools/docbook.rng PARAM_XSL_FILES=$(shell for file in $$(find .. -name "param.xsl"); do \ @@ -21,9 +21,6 @@ clean: fi \ done -$(DOCBOOK_RNG): - $(MAKE) -C $(dir $@) $(notdir $@) - $(DOCBOOK_ELEMENTS): $(MAKE_ELEMENTS_XSL) $(DOCBOOK_RNG) $(XSLT) $(DOCBOOK_RNG) $< $@ -- 2.50.0