Skip to content

Commit

Permalink
ChangeLog: Generate mercurial style changelogs
Browse files Browse the repository at this point in the history
  • Loading branch information
Aki Tuomi authored and sirainen committed Jan 18, 2016
1 parent 96c8008 commit 5c7c62f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Makefile.am
Expand Up @@ -20,10 +20,8 @@ noinst_DATA = dovecot-config

nodist_pkginclude_HEADERS = config.h

if MAINTAINER_MODE
ChangeLog: .git/index
git log 2.2.alpha1..HEAD > ChangeLog
endif
ChangeLog:
git log --name-status --since '2009-02-16' --pretty="format:%ai %aN <%aE> (%h)%n%n%w(80,4,4)%s%n%n%b" > ChangeLog || rm -f ChangeLog

aclocal_DATA = dovecot.m4

Expand Down
2 changes: 2 additions & 0 deletions autogen.sh
Expand Up @@ -36,3 +36,5 @@ echo *.txt | sed 's, , \\/ ,g' | tr '/' '\n' >> Makefile.am
cd ../..

autoreconf -i

rm -f ChangeLog

0 comments on commit 5c7c62f

Please sign in to comment.