doc-clean: removes manref.xml
[metaproxy-moved-to-github.git] / etc / Makefile.am
index 5b5c451..fa62b18 100644 (file)
@@ -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 \
@@ -35,11 +35,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: check_rng check_xsd
+#check-local: check_rng check_xsd
+check-local: check_rng