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 @@ 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