diff --git a/ccid/Makefile.am b/ccid/Makefile.am index 9e5aae3..cf804f3 100644 --- a/ccid/Makefile.am +++ b/ccid/Makefile.am @@ -8,5 +8,5 @@ distcheck-hook: svn2cl --group-by-day --reparagraph --separate-daylogs --include-actions --include-rev \ || true test -d ../.git && \ - git2cl > ChangeLog \ + git log --pretty --numstat --summary . | git2cl > ChangeLog \ || true diff --git a/eID_gui/Makefile.am b/eID_gui/Makefile.am index ed86fab..7d684ae 100644 --- a/eID_gui/Makefile.am +++ b/eID_gui/Makefile.am @@ -5,5 +5,5 @@ distcheck-hook: svn2cl --group-by-day --reparagraph --separate-daylogs --include-actions --include-rev \ || true test -d ../.git && \ - git2cl > ChangeLog \ + git log --pretty --numstat --summary . | git2cl > ChangeLog \ || true diff --git a/npa/Makefile.am b/npa/Makefile.am index 4109515..793aae5 100644 --- a/npa/Makefile.am +++ b/npa/Makefile.am @@ -41,5 +41,5 @@ distcheck-hook: svn2cl --group-by-day --reparagraph --separate-daylogs --include-actions --include-rev \ || true test -d ../.git && \ - git2cl > ChangeLog \ + git log --pretty --numstat --summary . | git2cl > ChangeLog \ || true diff --git a/pcsc-relay/Makefile.am b/pcsc-relay/Makefile.am index 9edb360..1da072e 100644 --- a/pcsc-relay/Makefile.am +++ b/pcsc-relay/Makefile.am @@ -8,5 +8,5 @@ distcheck-hook: svn2cl --group-by-day --reparagraph --separate-daylogs --include-actions --include-rev \ || true test -d ../.git && \ - git2cl > ChangeLog \ + git log --pretty --numstat --summary . | git2cl > ChangeLog \ || true diff --git a/virtualsmartcard/Makefile.am b/virtualsmartcard/Makefile.am index 40f9816..daf6964 100644 --- a/virtualsmartcard/Makefile.am +++ b/virtualsmartcard/Makefile.am @@ -8,5 +8,5 @@ distcheck-hook: svn2cl --group-by-day --reparagraph --separate-daylogs --include-actions --include-rev \ || true test -d ../.git && \ - git2cl > ChangeLog \ + git log --pretty --numstat --summary . | git2cl > ChangeLog \ || true