fixed distcheck-hook

This commit is contained in:
Frank Morgner
2013-06-28 23:45:38 +02:00
parent 5e6018c810
commit adc70a0a40
5 changed files with 20 additions and 10 deletions

View File

@@ -5,6 +5,8 @@ SUBDIRS = src m4 patches doc
distcheck-hook: distcheck-hook:
test -d .svn && \ 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 && \ test -d .git && \
git2cl > ChangeLog git2cl > ChangeLog \
|| true

View File

@@ -2,6 +2,8 @@ SUBDIRS = src images
distcheck-hook: distcheck-hook:
test -d .svn && \ 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 && \ test -d .git && \
git2cl > ChangeLog git2cl > ChangeLog \
|| true

View File

@@ -29,6 +29,8 @@ clean-local:
distcheck-hook: distcheck-hook:
test -d .svn && \ 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 && \ test -d .git && \
git2cl > ChangeLog git2cl > ChangeLog \
|| true

View File

@@ -5,6 +5,8 @@ win:
distcheck-hook: distcheck-hook:
test -d .svn && \ 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 && \ test -d .git && \
git2cl > ChangeLog git2cl > ChangeLog \
|| true

View File

@@ -5,6 +5,8 @@ EXTRA_DIST = test_vicc_with_npa-tool.sh
distcheck-hook: distcheck-hook:
test -d .svn && \ 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 && \ test -d .git && \
git2cl > ChangeLog git2cl > ChangeLog \
|| true