From 65f4d84ebe3f5b792d942ee4c4c3d918d9092c5e Mon Sep 17 00:00:00 2001 From: infirit Date: Sat, 19 Oct 2013 15:14:44 +0200 Subject: Fix Chnagelog generation --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index e047d464..f6f2d1bb 100644 --- a/Makefile.am +++ b/Makefile.am @@ -64,7 +64,7 @@ dist-hook: then \ echo Creating ChangeLog && \ (GIT_DIR=$(top_srcdir)/.git \ - ./missing --run git log $(CHANGELOG_START)^^.. --stat -M -C --name-status --date=short --no-color) | \ + ./missing --run git log --stat -M -C --name-status --date=short --no-color) | \ fmt --split-only > ChangeLog.tmp \ && mv -f ChangeLog.tmp $(top_distdir)/ChangeLog \ || ( rm -f ChangeLog.tmp ; \ -- cgit v1.2.1