X-Git-Url: http://lists.indexdata.com/cgi-bin?a=blobdiff_plain;f=etc%2FMakefile.am;h=fc3dfc0e0511e31a845c16334c7133889c66a7ef;hb=4b3338b53834d73bfc526b8a374fa40e1a062bec;hp=4c4a498002ef8aca0b9ceb1d7988ddba37e3f91f;hpb=9c37ed608370ee5d47d5290593bd5a5eeba13594;p=metaproxy-moved-to-github.git diff --git a/etc/Makefile.am b/etc/Makefile.am index 4c4a498..fc3dfc0 100644 --- a/etc/Makefile.am +++ b/etc/Makefile.am @@ -1,4 +1,4 @@ -# $Id: Makefile.am,v 1.4 2006-10-10 15:10:16 marc Exp $ +# $Id: Makefile.am,v 1.5 2006-10-10 15:41:51 marc Exp $ # This doesn't actually build anything, it just tests whether the # configuration files here correspond with the schema. @@ -38,4 +38,8 @@ check_xsd: xmllint --noout --schema $(xsd) $(xmlconfig) +check-local: + $(MAKE) check_xsd + $(MAKE) check_rng +