From 9cd02dc1053893f09fbf856d591248a8e4953ebe Mon Sep 17 00:00:00 2001 From: Benjamin Franzke Date: Mon, 2 Jul 2012 16:10:25 +0200 Subject: Validate bible against zefania xml schema --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index fcdfe3f..0040276 100644 --- a/Makefile +++ b/Makefile @@ -8,6 +8,7 @@ chapters/%.xml: chapters/% convert.sed convert.xsl elberfelder2006.xml: $(CHAPTERS_XML) ./concat.sh > $@ + xmllint --noout --schema zef2005.xsd $@ %.zip: %.xml zip $@ $< -- cgit