Update gitignore for metaproxy2 pkg
[metaproxy-moved-to-github.git] / etc / Makefile.am
index 48ed80c..dcfd9de 100644 (file)
@@ -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,7 +19,8 @@ xmlconfig = $(srcdir)/config-bytarget.xml \
     $(srcdir)/config3.xml \
     $(srcdir)/config4.xml \
     $(srcdir)/config5.xml \
-    $(srcdir)/retrieval-info.xml
+    $(srcdir)/retrieval-info.xml \
+    $(srcdir)/config.debian.xml
 
 config = example.simple-auth example.target-auth pqf2pqf.xsl explain.xml
 
@@ -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