From: Norman Walsh Date: Sun, 16 Oct 2005 22:10:11 +0000 (+0000) Subject: Remove redundant build step that was causing duplicate Schematron rules X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1363c684d294d5f991f0027060aae95806f24de1;p=docbook-dsssl Remove redundant build step that was causing duplicate Schematron rules --- diff --git a/docbook/relaxng/docbook/_footer.mak b/docbook/relaxng/docbook/_footer.mak index 3cc2840a0..1e90ae238 100644 --- a/docbook/relaxng/docbook/_footer.mak +++ b/docbook/relaxng/docbook/_footer.mak @@ -9,7 +9,7 @@ $(_MODULE)_BINARY := $($(_MODULE)_OUTPUT)/$(BINARY) $($(_MODULE)_OUTPUT)/%.rng: $(_MODULE)/%.rnc $($(_MODULE)_OUTPUT)/.f $(RUNTRANG) $< $@ -$($(_MODULE)_OUTPUT)/%.rne: $($(_MODULE)_OBJS) $($(_MODULE)_OUTPUT)/.f +$($(_MODULE)_OUTPUT)/%.rnx: $($(_MODULE)_OBJS) $($(_MODULE)_OUTPUT)/.f $(XSLT) $< $(INCLUDE) $@, use.extensions=1 $(XSLT) $@, $(AUGMENT) $@ use.extensions=1 $(PERL) -i $(CLEANUP) $@ @@ -25,11 +25,11 @@ $($(_MODULE)_OUTPUT)/%.rne: $($(_MODULE)_OBJS) $($(_MODULE)_OUTPUT)/.f # $(PERL) -i $(CLEANUP) $@ # $(RM) $@, -$($(_MODULE)_OUTPUT)/%.rnx: $($(_MODULE)_OUTPUT)/%.rne - $(XSLT) $< $(INCLUDE) $@, use.extensions=1 - $(XSLT) $@, $(AUGMENT) $@ use.extensions=1 - $(PERL) -i $(CLEANUP) $@ - $(RM) $@, +#$($(_MODULE)_OUTPUT)/%.rnx: $($(_MODULE)_OUTPUT)/%.rne +# $(XSLT) $< $(INCLUDE) $@, use.extensions=1 +# $(XSLT) $@, $(AUGMENT) $@ use.extensions=1 +# $(PERL) -i $(CLEANUP) $@ +# $(RM) $@, $($(_MODULE)_OUTPUT)/%.rnd: $($(_MODULE)_OUTPUT)/%.rnx $(XSLTPROC) -output $@ $(TOOLS)/rngdocxml.xsl $<