X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=etc%2FMakefile.am;h=d3a76b125158ec31e37439729656f60d6ce274e6;hb=9e396fc077bd70b894fd17882e12c25d7ba02591;hp=5b5c451fe1d6179656dbd4c92c567294e0fab662;hpb=64d4e7e4e1d3f87b5aa12a93170f7424e1918f16;p=metaproxy-moved-to-github.git diff --git a/etc/Makefile.am b/etc/Makefile.am index 5b5c451..d3a76b1 100644 --- a/etc/Makefile.am +++ b/etc/Makefile.am @@ -1,4 +1,3 @@ -# $Id: Makefile.am,v 1.11 2007-02-16 09:00:42 adam Exp $ # This doesn't actually build anything, it just tests whether the # configuration files here correspond with the schema. @@ -12,6 +11,7 @@ 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 \ @@ -19,6 +19,8 @@ xmlconfig = $(srcdir)/config-bytarget.xml \ $(srcdir)/config3.xml \ $(srcdir)/config4.xml \ $(srcdir)/config5.xml \ + $(srcdir)/config-cgi.xml \ + $(srcdir)/config-zoom.xml \ $(srcdir)/retrieval-info.xml config = example.simple-auth example.target-auth pqf2pqf.xsl explain.xml @@ -29,17 +31,18 @@ xsd = $(srcdir)/../xml/schema/metaproxy.xsd etcdata_DATA = $(xmlconfig) $(config) -EXTRA_DIST = $(etcdata_DATA) +EXTRA_DIST = $(etcdata_DATA) cgi.sh .PHONY: check_rng 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: check_rng check_xsd +#check-local: check_rng check_xsd +check-local: check_rng