From 40a701beef0002a813a55337d24264a12dbabe3e Mon Sep 17 00:00:00 2001 From: infirit Date: Sat, 19 Oct 2013 15:14:44 +0200 Subject: [PATCH] Fix Chnagelog generation --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index ac255ac..46c9106 100644 --- a/Makefile.am +++ b/Makefile.am @@ -61,7 +61,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 ; \