branch: elpa commit df2c08f427f2e8a49a5634cc5784f3a8dda75b7c Author: Tassilo Horn <t...@gnu.org> Commit: Tassilo Horn <t...@gnu.org>
Better ChangeLog generation * GNUmakefile (IGNORED): Better ChangeLog generation. --- GNUmakefile | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/GNUmakefile b/GNUmakefile index 25e8d26..37d6d18 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -52,7 +52,7 @@ README: doc/intro.texi doc/preview-readme.texi doc/macros.texi (cd doc; $(MAKEINFO_PLAIN) preview-readme.texi --output -) >> $@ # Commands copied&adapted from autogen.sh and doc/Makefile.in. -IGNORED:=$(shell ./build-aux/gitlog-to-changelog --since=2015-11-13 > ChangeLog && cat ChangeLog.1 >> ChangeLog) +IGNORED:=$(shell rm ChangeLog && ./build-aux/gitlog-to-auctexlog && cat ChangeLog.1 >> ChangeLog) AUCTEXDATE:=$(shell LANG=C sed -n '1s/^\([-0-9][-0-9]*\).*/\1/p' ChangeLog) THISVERSION:=$(shell sed -n '2,/^[0-9]/s/.*Version \(.*\) released\..*/\1/p' ChangeLog) LASTVERSION:=$(shell sed -n '/.*Version .* released\./{s/.*Version \(.*\) released\..*/\1/p;q}' ChangeLog)