X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=etc%2FMakefile.am;h=5d70da16a7b932c4eaf719a1aa658b6d1036b2b0;hb=1b26df87d5244f5bc093935dedd51cbf6858c703;hp=48ed80ce94883c21076d687f327b37b7244c1fac;hpb=83a25d84707e8a11b52d987ce177cc348990268e;p=metaproxy-moved-to-github.git diff --git a/etc/Makefile.am b/etc/Makefile.am index 48ed80c..5d70da1 100644 --- a/etc/Makefile.am +++ b/etc/Makefile.am @@ -1,4 +1,3 @@ -# $Id: Makefile.am,v 1.13 2008-01-30 11:42:01 adam Exp $ # This doesn't actually build anything, it just tests whether the # configuration files here correspond with the schema. @@ -20,6 +19,7 @@ xmlconfig = $(srcdir)/config-bytarget.xml \ $(srcdir)/config3.xml \ $(srcdir)/config4.xml \ $(srcdir)/config5.xml \ + $(srcdir)/config-cgi.xml \ $(srcdir)/retrieval-info.xml config = example.simple-auth example.target-auth pqf2pqf.xsl explain.xml @@ -30,7 +30,7 @@ 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: @@ -41,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