7b3c81145fb33b3e30757b9c8bf39b3f14e8930b
[metaproxy-moved-to-github.git] / etc / Makefile.am
1 # $Id: Makefile.am,v 1.3 2006-06-19 13:29:30 adam Exp $
2
3 # This doesn't actually build anything, it just tests whether the
4 # configuration files here correspond with the schema.
5
6 etcdatadir = $(pkgdatadir)/etc
7
8 config = config0.xml config1.xml config2.xml \
9         config3.xml config4.xml config5.xml \
10         config-simple-multi.xml config-local.xml \
11         config-shared1.xml
12
13 misc = example.simple-auth example.target-auth pqf2pqf.xsl
14
15 etcdata_DATA = $(config) $(misc)
16
17 EXTRA_DIST = $(etcdata_DATA)
18
19 test: test-config0 test-config1 test-config2 \
20       test-config3 test-config4 test-config5 \
21       test-config-simple-multi test-config-local \
22         test-config-shared1
23
24 test-%: %.xml config.xsd 
25         xmllint --noout --schema config.xsd $<
26