Have most etc files part of dist
[metaproxy-moved-to-github.git] / etc / Makefile.am
1 # $Id: Makefile.am,v 1.1 2006-04-27 17:01:00 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
11
12 misc = example.simple-auth example.target-auth pqf2pqf.xsl
13
14 etcdata_DATA = $(config) $(misc)
15
16 EXTRA_DIST = $(etcdata_DATA)
17
18 test: test-config0 test-config1 test-config2 \
19       test-config3 test-config4 test-config5 \
20       test-config-simple-multi
21
22 test-%: %.xml config.xsd 
23         xmllint --noout --schema config.xsd $<
24