fixed location of .git

This commit is contained in:
Frank Morgner
2013-07-03 00:31:16 +02:00
parent adc70a0a40
commit 2bf5c40333
5 changed files with 5 additions and 5 deletions

View File

@@ -7,6 +7,6 @@ distcheck-hook:
test -d .svn && \ test -d .svn && \
svn2cl --group-by-day --reparagraph --separate-daylogs --include-actions --include-rev \ svn2cl --group-by-day --reparagraph --separate-daylogs --include-actions --include-rev \
|| true || true
test -d .git && \ test -d ../.git && \
git2cl > ChangeLog \ git2cl > ChangeLog \
|| true || true

View File

@@ -4,6 +4,6 @@ distcheck-hook:
test -d .svn && \ test -d .svn && \
svn2cl --group-by-day --reparagraph --separate-daylogs --include-actions --include-rev \ svn2cl --group-by-day --reparagraph --separate-daylogs --include-actions --include-rev \
|| true || true
test -d .git && \ test -d ../.git && \
git2cl > ChangeLog \ git2cl > ChangeLog \
|| true || true

View File

@@ -31,6 +31,6 @@ distcheck-hook:
test -d .svn && \ test -d .svn && \
svn2cl --group-by-day --reparagraph --separate-daylogs --include-actions --include-rev \ svn2cl --group-by-day --reparagraph --separate-daylogs --include-actions --include-rev \
|| true || true
test -d .git && \ test -d ../.git && \
git2cl > ChangeLog \ git2cl > ChangeLog \
|| true || true

View File

@@ -7,6 +7,6 @@ distcheck-hook:
test -d .svn && \ test -d .svn && \
svn2cl --group-by-day --reparagraph --separate-daylogs --include-actions --include-rev \ svn2cl --group-by-day --reparagraph --separate-daylogs --include-actions --include-rev \
|| true || true
test -d .git && \ test -d ../.git && \
git2cl > ChangeLog \ git2cl > ChangeLog \
|| true || true

View File

@@ -7,6 +7,6 @@ distcheck-hook:
test -d .svn && \ test -d .svn && \
svn2cl --group-by-day --reparagraph --separate-daylogs --include-actions --include-rev \ svn2cl --group-by-day --reparagraph --separate-daylogs --include-actions --include-rev \
|| true || true
test -d .git && \ test -d ../.git && \
git2cl > ChangeLog \ git2cl > ChangeLog \
|| true || true