Merge pull request #37 from infirit/master

Fix Chnagelog generation
This commit is contained in:
Stefano Karapetsas 2013-10-19 06:29:25 -07:00
commit 2f00a27541
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ dist-hook:
then \ then \
echo Creating ChangeLog && \ echo Creating ChangeLog && \
(GIT_DIR=$(top_srcdir)/.git \ (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 \ fmt --split-only > ChangeLog.tmp \
&& mv -f ChangeLog.tmp $(top_distdir)/ChangeLog \ && mv -f ChangeLog.tmp $(top_distdir)/ChangeLog \
|| ( rm -f ChangeLog.tmp ; \ || ( rm -f ChangeLog.tmp ; \