summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorinfirit <[email protected]>2013-10-19 15:14:44 +0200
committerinfirit <[email protected]>2013-10-19 15:15:50 +0200
commit40a701beef0002a813a55337d24264a12dbabe3e (patch)
tree59182e4af03e5c762e95fd647381d0336451e3c8 /Makefile.am
parente12c6b7c696a13b60d90f57d98f35f7698cbf342 (diff)
downloadpluma-40a701beef0002a813a55337d24264a12dbabe3e.tar.bz2
pluma-40a701beef0002a813a55337d24264a12dbabe3e.tar.xz
Fix Chnagelog generation
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index ac255ac9..46c9106d 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 ; \