summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorBenjamin Franzke <benjaminfranzke@googlemail.com>2012-07-02 16:10:25 +0200
committerBenjamin Franzke <benjaminfranzke@googlemail.com>2012-07-02 16:12:25 +0200
commit9cd02dc1053893f09fbf856d591248a8e4953ebe (patch)
tree72d3868787889f7cab3431eb5ef28fd4831dce30 /Makefile
parent09175591851b67beb6714346d6ab4f4d9f9429fc (diff)
downloadbible-fetch-9cd02dc1053893f09fbf856d591248a8e4953ebe.tar.gz
bible-fetch-9cd02dc1053893f09fbf856d591248a8e4953ebe.tar.bz2
bible-fetch-9cd02dc1053893f09fbf856d591248a8e4953ebe.zip
Validate bible against zefania xml schema
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
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 $@ $<