diff options
author | Benjamin Franzke <benjaminfranzke@googlemail.com> | 2012-07-02 16:10:25 +0200 |
---|---|---|
committer | Benjamin Franzke <benjaminfranzke@googlemail.com> | 2012-07-02 16:12:25 +0200 |
commit | 9cd02dc1053893f09fbf856d591248a8e4953ebe (patch) | |
tree | 72d3868787889f7cab3431eb5ef28fd4831dce30 /Makefile | |
parent | 09175591851b67beb6714346d6ab4f4d9f9429fc (diff) | |
download | bible-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-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 $@ $< |