From 2dc76bdac632e7c3035e517ff4d6525976c4661e Mon Sep 17 00:00:00 2001 From: Frank Morgner Date: Fri, 21 Jun 2013 12:26:12 +0200 Subject: [PATCH] generate ChangeLog from git --- ccid/Makefile.am | 2 ++ eID_gui/Makefile.am | 2 ++ npa/Makefile.am | 2 ++ pcsc-relay/Makefile.am | 2 ++ virtualsmartcard/Makefile.am | 2 ++ 5 files changed, 10 insertions(+) diff --git a/ccid/Makefile.am b/ccid/Makefile.am index b7323f2..3a5ebec 100644 --- a/ccid/Makefile.am +++ b/ccid/Makefile.am @@ -6,3 +6,5 @@ SUBDIRS = src m4 patches doc distcheck-hook: test -d .svn && \ svn2cl --group-by-day --reparagraph --separate-daylogs --include-actions --include-rev || true + test -d .git && \ + git2cl > ChangeLog diff --git a/eID_gui/Makefile.am b/eID_gui/Makefile.am index 4d952c3..45bbb06 100644 --- a/eID_gui/Makefile.am +++ b/eID_gui/Makefile.am @@ -3,3 +3,5 @@ SUBDIRS = src images distcheck-hook: test -d .svn && \ svn2cl --group-by-day --reparagraph --separate-daylogs --include-actions --include-rev || true + test -d .git && \ + git2cl > ChangeLog diff --git a/npa/Makefile.am b/npa/Makefile.am index 2994f82..7b33443 100644 --- a/npa/Makefile.am +++ b/npa/Makefile.am @@ -29,3 +29,5 @@ clean-local: distcheck-hook: test -d .svn && \ svn2cl --group-by-day --reparagraph --separate-daylogs --include-actions --include-rev || true + test -d .git && \ + git2cl > ChangeLog diff --git a/pcsc-relay/Makefile.am b/pcsc-relay/Makefile.am index eaaa231..1be0b23 100644 --- a/pcsc-relay/Makefile.am +++ b/pcsc-relay/Makefile.am @@ -6,3 +6,5 @@ win: distcheck-hook: test -d .svn && \ svn2cl --group-by-day --reparagraph --separate-daylogs --include-actions --include-rev || true + test -d .git && \ + git2cl > ChangeLog diff --git a/virtualsmartcard/Makefile.am b/virtualsmartcard/Makefile.am index 581d367..089d492 100644 --- a/virtualsmartcard/Makefile.am +++ b/virtualsmartcard/Makefile.am @@ -6,3 +6,5 @@ EXTRA_DIST = test_vicc_with_npa-tool.sh distcheck-hook: test -d .svn && \ svn2cl --group-by-day --reparagraph --separate-daylogs --include-actions --include-rev || true + test -d .git && \ + git2cl > ChangeLog