From adc70a0a40a01d83e0eb814b878948455c540625 Mon Sep 17 00:00:00 2001 From: Frank Morgner Date: Fri, 28 Jun 2013 23:45:38 +0200 Subject: [PATCH] fixed distcheck-hook --- ccid/Makefile.am | 6 ++++-- eID_gui/Makefile.am | 6 ++++-- npa/Makefile.am | 6 ++++-- pcsc-relay/Makefile.am | 6 ++++-- virtualsmartcard/Makefile.am | 6 ++++-- 5 files changed, 20 insertions(+), 10 deletions(-) diff --git a/ccid/Makefile.am b/ccid/Makefile.am index 3a5ebec..71d5371 100644 --- a/ccid/Makefile.am +++ b/ccid/Makefile.am @@ -5,6 +5,8 @@ SUBDIRS = src m4 patches doc distcheck-hook: test -d .svn && \ - svn2cl --group-by-day --reparagraph --separate-daylogs --include-actions --include-rev || true + svn2cl --group-by-day --reparagraph --separate-daylogs --include-actions --include-rev \ + || true test -d .git && \ - git2cl > ChangeLog + git2cl > ChangeLog \ + || true diff --git a/eID_gui/Makefile.am b/eID_gui/Makefile.am index 45bbb06..e93a16f 100644 --- a/eID_gui/Makefile.am +++ b/eID_gui/Makefile.am @@ -2,6 +2,8 @@ SUBDIRS = src images distcheck-hook: test -d .svn && \ - svn2cl --group-by-day --reparagraph --separate-daylogs --include-actions --include-rev || true + svn2cl --group-by-day --reparagraph --separate-daylogs --include-actions --include-rev \ + || true test -d .git && \ - git2cl > ChangeLog + git2cl > ChangeLog \ + || true diff --git a/npa/Makefile.am b/npa/Makefile.am index ad0b0e0..2cc0235 100644 --- a/npa/Makefile.am +++ b/npa/Makefile.am @@ -29,6 +29,8 @@ clean-local: distcheck-hook: test -d .svn && \ - svn2cl --group-by-day --reparagraph --separate-daylogs --include-actions --include-rev || true + svn2cl --group-by-day --reparagraph --separate-daylogs --include-actions --include-rev \ + || true test -d .git && \ - git2cl > ChangeLog + git2cl > ChangeLog \ + || true diff --git a/pcsc-relay/Makefile.am b/pcsc-relay/Makefile.am index 1be0b23..e8e0b3e 100644 --- a/pcsc-relay/Makefile.am +++ b/pcsc-relay/Makefile.am @@ -5,6 +5,8 @@ win: distcheck-hook: test -d .svn && \ - svn2cl --group-by-day --reparagraph --separate-daylogs --include-actions --include-rev || true + svn2cl --group-by-day --reparagraph --separate-daylogs --include-actions --include-rev \ + || true test -d .git && \ - git2cl > ChangeLog + git2cl > ChangeLog \ + || true diff --git a/virtualsmartcard/Makefile.am b/virtualsmartcard/Makefile.am index 089d492..f71ff4e 100644 --- a/virtualsmartcard/Makefile.am +++ b/virtualsmartcard/Makefile.am @@ -5,6 +5,8 @@ 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 + svn2cl --group-by-day --reparagraph --separate-daylogs --include-actions --include-rev \ + || true test -d .git && \ - git2cl > ChangeLog + git2cl > ChangeLog \ + || true