summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorArthur de Jong <arthur@arthurdejong.org>2013-01-05 23:38:14 +0100
committerArthur de Jong <arthur@arthurdejong.org>2013-02-08 22:12:31 +0100
commit60f1d855e8575a316228b76bb27a59b4604b2a17 (patch)
tree4f96e8d0751f27cf327a8164ff0a3a73d9f75587 /Makefile.am
parentba93d8ff11f725b42580e2b9efa3e92d26e84f85 (diff)
generate ChangeLog with git2cl
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index fe668a1..e721326 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -69,7 +69,8 @@ dist-hook:
# target for generating the ChangeLog file
changelog:
- svn2cl -i -r HEAD:1586
+ git log --pretty --numstat --summary '47f7fd10f87bfcb5240cf5b794ce9380bf671044...' | \
+ grep -v 'git-svn-id:' | git2cl > ChangeLog
flawfinder.html:
flawfinder --quiet --html --context --followdotdir . > $@