3 files changed, 4 insertions(+), 3 deletions(-)

M Makefile.am
M NEWS
M configure.ac
M Makefile.am +1 -1
@@ 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 = templates/NEWS templates/README $(wildcard templates/*) $(wildcard templates/*/*)
+nobase_conf_DATA = $(wildcard templates/*) $(wildcard templates/*/*)
 # include the data in the distribution tarball
 EXTRA_DIST = $(nobase_conf_DATA)
 CLEANFILES = $(bin_SCRIPTS)

          
M NEWS +2 -1
@@ 1,4 1,5 @@ 
-default
+conf 0.2
+- simplify data selection in Makefile.am thanks to the nobase_ prefix
 - rename autogen.sh to bootstrap.sh to avoid a name conflict with the autogen project
 
 conf 0.1.0

          
M configure.ac +1 -1
@@ 2,7 2,7 @@ dnl run `autoreconf -i` to generate a co
 dnl Then run ./configure to generate a Makefile.
 dnl Finally run make to generate the project.
 
-AC_INIT([conf], [0.1], [arne.babenhauserheide@kit.edu])
+AC_INIT([conf], [0.2], [arne.babenhauserheide@kit.edu])
 # Check for programs I need for my build
 AC_CANONICAL_TARGET
 # Run automake, GNU style, so we need NEWS, ChangeLog and README