diff options
author | Stefano Karapetsas <[email protected]> | 2013-10-19 06:29:25 -0700 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2013-10-19 06:29:25 -0700 |
commit | 2f00a27541d02a37917867ff53a74e493ed235e9 (patch) | |
tree | 59182e4af03e5c762e95fd647381d0336451e3c8 | |
parent | e12c6b7c696a13b60d90f57d98f35f7698cbf342 (diff) | |
parent | 40a701beef0002a813a55337d24264a12dbabe3e (diff) | |
download | pluma-2f00a27541d02a37917867ff53a74e493ed235e9.tar.bz2 pluma-2f00a27541d02a37917867ff53a74e493ed235e9.tar.xz |
Merge pull request #37 from infirit/master
Fix Chnagelog generation
-rw-r--r-- | Makefile.am | 2 |
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 ; \ |