fixed distcheck-hook
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user