X-Git-Url: http://lists.indexdata.com/cgi-bin?a=blobdiff_plain;f=etc%2FMakefile.am;h=65182352c4e86f720ac2d9d11eea533c03aae3a5;hb=209fec90b973990a0dd65c12db7e6abed465c8e3;hp=29f1dd905674ec6977c265d97e4b3be2df73cb27;hpb=27d10f82125cc4e9307625b37afb36a9653085fc;p=metaproxy-moved-to-github.git diff --git a/etc/Makefile.am b/etc/Makefile.am index 29f1dd9..6518235 100644 --- a/etc/Makefile.am +++ b/etc/Makefile.am @@ -1,4 +1,4 @@ -# $Id: Makefile.am,v 1.12 2007-02-17 13:03:29 adam 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,6 +12,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 \ @@ -40,6 +41,7 @@ check_rng: check_xsd: 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