X-Git-Url: http://lists.indexdata.com/cgi-bin?a=blobdiff_plain;f=etc%2FMakefile.am;h=2b750224398b95464a16e91e916d12127b401b66;hb=08385bdedb0bf44f9e5bc27bfa21dcf2c9b103a1;hp=65182352c4e86f720ac2d9d11eea533c03aae3a5;hpb=e5a8ade4f7a909099eb13d24ee2e9c78ce3bf250;p=metaproxy-moved-to-github.git diff --git a/etc/Makefile.am b/etc/Makefile.am index 6518235..2b75022 100644 --- a/etc/Makefile.am +++ b/etc/Makefile.am @@ -1,4 +1,3 @@ -# $Id: Makefile.am,v 1.14 2008-02-14 15:31:30 marc Exp $ # This doesn't actually build anything, it just tests whether the # configuration files here correspond with the schema. @@ -20,9 +19,13 @@ xmlconfig = $(srcdir)/config-bytarget.xml \ $(srcdir)/config3.xml \ $(srcdir)/config4.xml \ $(srcdir)/config5.xml \ + $(srcdir)/config-cgi.xml \ + $(srcdir)/config-solr.xml \ + $(srcdir)/config-zoom.xml \ $(srcdir)/retrieval-info.xml -config = example.simple-auth example.target-auth pqf2pqf.xsl explain.xml +config = example.simple-auth example.target-auth pqf2pqf.xsl explain.xml \ + ztest.pem rng = $(srcdir)/../xml/schema/metaproxy.rng @@ -30,11 +33,13 @@ 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: - xmllint --noout --xinclude --relaxng $(rng) $(xmlconfig) +check_rng: + if test -f $(rng); then \ + xmllint --noout --xinclude --relaxng $(rng) $(xmlconfig); \ + fi ## Only run XSD checks for a "new" Libxml2 .PHONY: check_xsd