Generate ChangeLog from git log during 'make dist'
authorIan Abbott <abbotti@mev.co.uk>
Fri, 20 Apr 2012 13:18:53 +0000 (14:18 +0100)
committerIan Abbott <abbotti@mev.co.uk>
Fri, 20 Apr 2012 13:18:53 +0000 (14:18 +0100)
commit428ad43ebc33ab8dfa1ec5e1f8af4f01671da8c9
tree65612e35def944e111ec5cac236c3633907175b1
parenta61c28c6966d31cf40e50b4de1a4f257df61dcc0
Generate ChangeLog from git log during 'make dist'

Generate the ChangeLog using git log in the dist-hook target of the main
Makefile.  The git command used is:

git log --stat --name-only --date=iso

The format of the resulting ChangeLog is different to the old one that
was produced with cvs2cl.

Signed-off-by: Ian Abbott <abbotti@mev.co.uk>
ChangeLog
Makefile.am