X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=etc%2FMakefile.am;h=2b4198dea238f328ad11bd1056db6f5e185cf437;hb=6e73632396c2ed75df235eb038ad9701b97b4c73;hp=ea834d2d6653b8b06fc735e231d2684e77e0a20a;hpb=97ff1dba50219020e4e75b0fd2a2adf57ffb4579;p=metaproxy-moved-to-github.git diff --git a/etc/Makefile.am b/etc/Makefile.am index ea834d2..2b4198d 100644 --- a/etc/Makefile.am +++ b/etc/Makefile.am @@ -1,4 +1,4 @@ -# $Id: Makefile.am,v 1.6 2006-10-11 13:21:51 marc Exp $ +# $Id: Makefile.am,v 1.7 2006-11-29 21:43:37 marc Exp $ # This doesn't actually build anything, it just tests whether the # configuration files here correspond with the schema. @@ -31,11 +31,11 @@ EXTRA_DIST = $(etcdata_DATA) .PHONY: check_rng check_rng: - xmllint --noout --relaxng $(rng) $(xmlconfig) + xmllint --noout --xinclude --relaxng $(rng) $(xmlconfig) .PHONY: check_xsd check_xsd: - xmllint --noout --schema $(xsd) $(xmlconfig) + xmllint --noout --xinclude --schema $(xsd) $(xmlconfig) check-local: