Remove 1.1-compat. files, include old shib schema for attribute interop.
[shibboleth/sp.git] / schemas / Makefile.am
1 ## $Id$ 
2
3 AUTOMAKE_OPTIONS = foreign
4
5 pkgxmldir = $(datadir)/xml/@PACKAGE@
6
7 pkgxml_DATA = \
8         catalog.xml \
9         shibboleth.xsd \
10     shibboleth-metadata-1.0.xsd \
11     shibboleth-spconfig-2.0.xsd \
12     metadata_v12_to_v13.xsl \
13     metadata_v13_to_v12.xsl \
14     trust_v13_to_v12.xsl
15
16 #
17 # Some of these need building
18 #
19 do-build-file:
20         rm -f ${FILE}.tmp
21         sed < ${srcdir}/${FILE}.in > ${FILE}.tmp \
22             -e 's:@-PKGXMLDIR-@:${pkgxmldir}:'
23         cmp -s ${FILE} ${FILE}.tmp || mv ${FILE}.tmp ${FILE}
24         rm -f ${FILE}.tmp
25
26 catalog.xml: ${srcdir}/catalog.xml.in Makefile ${top_builddir}/config.status
27         $(MAKE) do-build-file FILE=$@
28
29 CLEANFILES = catalog.xml
30
31 EXTRA_DIST = catalog.xml.in