diff options
| author | Stefano Karapetsas <[email protected]> | 2013-10-19 06:29:21 -0700 |
|---|---|---|
| committer | Stefano Karapetsas <[email protected]> | 2013-10-19 06:29:21 -0700 |
| commit | b7a57e21e92add2087d0b6ee5f4d93e2b3b468cd (patch) | |
| tree | 120e5a4b4a680456ca9c6c9c03dc9adfdfa6d67e | |
| parent | 4e0eff63254b9f6ba4ba038a7b860746f1e80fa9 (diff) | |
| parent | 65f4d84ebe3f5b792d942ee4c4c3d918d9092c5e (diff) | |
| download | pluma-b7a57e21e92add2087d0b6ee5f4d93e2b3b468cd.tar.bz2 pluma-b7a57e21e92add2087d0b6ee5f4d93e2b3b468cd.tar.xz | |
Merge pull request #38 from infirit/1.6
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 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 ; \ |
