From 2bf5c403333bbf8ba24c83fc4484d72fb12b44cd Mon Sep 17 00:00:00 2001 From: Frank Morgner Date: Wed, 3 Jul 2013 00:31:16 +0200 Subject: [PATCH] fixed location of .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, 5 insertions(+), 5 deletions(-) diff --git a/ccid/Makefile.am b/ccid/Makefile.am index 71d5371..9e5aae3 100644 --- a/ccid/Makefile.am +++ b/ccid/Makefile.am @@ -7,6 +7,6 @@ distcheck-hook: test -d .svn && \ svn2cl --group-by-day --reparagraph --separate-daylogs --include-actions --include-rev \ || true - test -d .git && \ + test -d ../.git && \ git2cl > ChangeLog \ || true diff --git a/eID_gui/Makefile.am b/eID_gui/Makefile.am index e93a16f..ed86fab 100644 --- a/eID_gui/Makefile.am +++ b/eID_gui/Makefile.am @@ -4,6 +4,6 @@ distcheck-hook: test -d .svn && \ svn2cl --group-by-day --reparagraph --separate-daylogs --include-actions --include-rev \ || true - test -d .git && \ + test -d ../.git && \ git2cl > ChangeLog \ || true diff --git a/npa/Makefile.am b/npa/Makefile.am index 2cc0235..bbcb58e 100644 --- a/npa/Makefile.am +++ b/npa/Makefile.am @@ -31,6 +31,6 @@ distcheck-hook: test -d .svn && \ svn2cl --group-by-day --reparagraph --separate-daylogs --include-actions --include-rev \ || true - test -d .git && \ + test -d ../.git && \ git2cl > ChangeLog \ || true diff --git a/pcsc-relay/Makefile.am b/pcsc-relay/Makefile.am index e8e0b3e..9edb360 100644 --- a/pcsc-relay/Makefile.am +++ b/pcsc-relay/Makefile.am @@ -7,6 +7,6 @@ distcheck-hook: test -d .svn && \ svn2cl --group-by-day --reparagraph --separate-daylogs --include-actions --include-rev \ || true - test -d .git && \ + test -d ../.git && \ git2cl > ChangeLog \ || true diff --git a/virtualsmartcard/Makefile.am b/virtualsmartcard/Makefile.am index f71ff4e..ca0fab4 100644 --- a/virtualsmartcard/Makefile.am +++ b/virtualsmartcard/Makefile.am @@ -7,6 +7,6 @@ distcheck-hook: test -d .svn && \ svn2cl --group-by-day --reparagraph --separate-daylogs --include-actions --include-rev \ || true - test -d .git && \ + test -d ../.git && \ git2cl > ChangeLog \ || true