libreccm-legacy/tools/scripts/Makefile.am

12 lines
166 B
Makefile
Executable File

# Process with automake
SUBDIRS = bin etc pkg doc template
EXTRA_DIST = $(wildcard *.sh)
dist-hook:
cp $(top_builddir)/@PACKAGE@.spec $(distdir)/
# End of file