From: Norman Walsh Date: Tue, 25 Oct 2005 23:30:41 +0000 (+0000) Subject: Keep the Schematron X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=31d0863262dcb982f6579bfe948b5a54c3c1c55f;p=docbook-dsssl Keep the Schematron --- diff --git a/docbook/relaxng/docbook/docbook/Makefile b/docbook/relaxng/docbook/docbook/Makefile index ff7fe8e23..8cc4ba952 100644 --- a/docbook/relaxng/docbook/docbook/Makefile +++ b/docbook/relaxng/docbook/docbook/Makefile @@ -1,5 +1,7 @@ include _header.mak +REMOVESCHEMATRON=0 + SRCS = docbook.rnc BINARY = docbook.rnd @@ -21,7 +23,7 @@ $(_OUTTOP)/docbook/docbook.rng: src/annotations.rnc src/bibliography.rnc \ include _footer.mak docbook.rng: $(basename $(docbook_BINARY)).rnx - $(XSLTPROC) --output $@ $(TOOLS)/removedoc.xsl $< + $(XSLTPROC) --param remove-schematron $(REMOVESCHEMATRON) --output $@ $(TOOLS)/removedoc.xsl $< docbook.rnc: docbook.rng $(RUNTRANG) $< $@