Fix Chnagelog generation

This commit is contained in:
infirit 2013-10-19 15:14:44 +02:00
parent e12c6b7c69
commit 40a701beef
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 ; \