libreccm-legacy/tools-legacy/devel/xsl/Makefile.am

11 lines
171 B
Makefile
Executable File

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