all: wcmp13.xsl iso19139.xsl wcmp13g.xsl

wcmp13g.xsl: wcmp13g-sch.xsl svrl2htm.xsl
	xsltproc svrl2htm.xsl wcmp13g-sch.xsl > wcmp13g.xsl

wcmp13g-sch.xsl: wcmp13g.sch wcmp13.sch iso19139.sch
	schematron wcmp13g.sch > wcmp13g-sch.xsl

wcmp13.xsl: wcmp13-sch.xsl svrl2htm.xsl
	xsltproc svrl2htm.xsl wcmp13-sch.xsl > wcmp13.xsl

wcmp13-sch.xsl: wcmp13.sch iso19139.sch
	schematron wcmp13.sch > wcmp13-sch.xsl

iso19139.xsl: iso19139-sch.xsl svrl2htm.xsl
	xsltproc svrl2htm.xsl iso19139-sch.xsl > iso19139.xsl

iso19139-sch.xsl: iso19139.sch
	schematron iso19139.sch > iso19139-sch.xsl

zip: wcmp13-sch.zip

wcmp13-sch.zip: Makefile wcmp13.xsl
	-rm -f wcmp13-sch.zip
	zip wcmp13-sch [isw]*[^hg].sch [isw]*[^hg].xsl README.html

clean:
	rm -f wcmp13.xsl wcmp13-sch.xsl iso19139-sch.xsl iso19139.xsl
