From: gregor herrmann Date: Tue, 20 Jan 2015 20:47:33 +0000 (+0100) Subject: Update ChangeLog target. X-Git-Tag: 0.6.2~31 X-Git-Url: https://git.toastfreeware.priv.at/toast/confclerk.git/commitdiff_plain/b716480ac073e5b099ecee13ea30a3b92cf22d0e Update ChangeLog target. Use /usr/share/gnulib/build-aux/gitlog-to-changelog (in the gnulib) package instead of svn2cl, since we moved from subversion to git. gitlog-to-changelog sums up the commits, whereas git2cl dumps them individually. --- diff --git a/confclerk.pro b/confclerk.pro index a8ff1b0..55a744d 100644 --- a/confclerk.pro +++ b/confclerk.pro @@ -16,7 +16,7 @@ QMAKE_EXTRA_TARGETS += changelog icon man release releaseclean tarball signature changelog.target = ChangeLog changelog.commands = \ - svn up && svn2cl --group-by-day --reparagraph + git pull && /usr/share/gnulib/build-aux/gitlog-to-changelog > ChangeLog changelog.CONFIG = phony icon.target = data/$${TARGET}.png