@@ 4,7 4,7 @@ bin_SCRIPTS = conf
# the data directory. Users can set this via --prefix: @datarootdir@ = PREFIX/share. See ./configure --help
confdir = @datarootdir@/conf
# templates data, the nobase_ prefix avoids using the basename (avoids stripping the directory part from the path)
-nobase_conf_DATA = $(wildcard templates/*.*) $(wildcard templates/*/*.*) $(wildcard templates/*/*/*.*) $(wildcard templates/*/*/*/*.*) templates/README $(wildcard templates/*/README) templates/vcs--hg/hgrc templates/vcs--git/.gitattributes templates/NEWS
+nobase_conf_DATA = $(wildcard templates/*.*) $(wildcard templates/*/*.*) $(wildcard templates/*/*/*.*) $(wildcard templates/*/*/*/*.*) templates/README templates/COPYING $(wildcard templates/*/README) templates/vcs--hg/hgrc templates/vcs--git/.gitattributes templates/NEWS
# include the data in the distribution tarball
EXTRA_DIST = $(nobase_conf_DATA) $(TESTS) bootstrap.sh
CLEANFILES = $(bin_SCRIPTS)