diff options
-rw-r--r-- | Makefile.am | 3 |
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 . > $@ |