]> granicus.if.org Git - docbook-dsssl/commitdiff
Keep the Schematron
authorNorman Walsh <ndw@nwalsh.com>
Tue, 25 Oct 2005 23:30:41 +0000 (23:30 +0000)
committerNorman Walsh <ndw@nwalsh.com>
Tue, 25 Oct 2005 23:30:41 +0000 (23:30 +0000)
docbook/relaxng/docbook/docbook/Makefile

index ff7fe8e231613e81bbef23dad1d6f4d3c3cb37d3..8cc4ba952203a458c02eb04623868b1f0eb8dd11 100644 (file)
@@ -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) $< $@