# Process with automake
AUTOMAKE_OPTIONS = foreign no-dependencies 1.4
xsldir = $(pkgdatadir)/xsl
xsl_DATA = $(wildcard *.xsl)
EXTRA_DIST = $(xsl_DATA)
# End of files