# HG changeset patch # User Arne Babenhauserheide # Date 1555190428 -7200 # Sat Apr 13 23:20:28 2019 +0200 # Node ID 8c0ec0e389b9204dd26a6a635c59053d9b13d5a5 # Parent 419ad7ac1c0583ac49a47986924a789b0accb1ab ready for 0.2 diff --git a/Makefile.am b/Makefile.am --- a/Makefile.am +++ b/Makefile.am @@ -4,7 +4,7 @@ # 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) diff --git a/NEWS b/NEWS --- a/NEWS +++ b/NEWS @@ -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 diff --git a/configure.ac b/configure.ac --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ 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