X-Git-Url: http://lists.indexdata.com/cgi-bin?a=blobdiff_plain;f=etc%2FMakefile.am;h=65182352c4e86f720ac2d9d11eea533c03aae3a5;hb=42e5dcbaf3605a244b671f5bedfbb9d24c8706bc;hp=f74d42910bb7f1272e8fc247440ebd1b05ab1bb4;hpb=451ffea184560b0d10f369dfc3fccb0fa86b91a2;p=metaproxy-moved-to-github.git diff --git a/etc/Makefile.am b/etc/Makefile.am index f74d429..6518235 100644 --- a/etc/Makefile.am +++ b/etc/Makefile.am @@ -1,4 +1,4 @@ -# $Id: Makefile.am,v 1.8 2007-01-02 15:35:36 marc Exp $ +# $Id: Makefile.am,v 1.14 2008-02-14 15:31:30 marc Exp $ # This doesn't actually build anything, it just tests whether the # configuration files here correspond with the schema. @@ -12,15 +12,17 @@ xmlconfig = $(srcdir)/config-bytarget.xml \ $(srcdir)/config-shared1.xml \ $(srcdir)/config-simple-multi.xml \ $(srcdir)/config-sru-to-z3950.xml \ + $(srcdir)/config-sru-holdings.xml \ $(srcdir)/config-zurg.xml \ $(srcdir)/config0.xml \ $(srcdir)/config1.xml \ $(srcdir)/config2.xml \ $(srcdir)/config3.xml \ $(srcdir)/config4.xml \ - $(srcdir)/config5.xml + $(srcdir)/config5.xml \ + $(srcdir)/retrieval-info.xml -config = example.simple-auth example.target-auth pqf2pqf.xsl +config = example.simple-auth example.target-auth pqf2pqf.xsl explain.xml rng = $(srcdir)/../xml/schema/metaproxy.rng @@ -34,13 +36,12 @@ EXTRA_DIST = $(etcdata_DATA) check_rng: xmllint --noout --xinclude --relaxng $(rng) $(xmlconfig) +## Only run XSD checks for a "new" Libxml2 .PHONY: check_xsd check_xsd: - xmllint --noout --xinclude --schema $(xsd) $(xmlconfig) + if test `xmllint --version 2>&1 |head -1|awk '{print $$5}'` -gt 20622; then xmllint --noout --xinclude --schema $(xsd) $(xmlconfig); fi - -check-local: - $(MAKE) check_xsd - $(MAKE) check_rng +#check-local: check_rng check_xsd +check-local: check_rng