summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Davis <smd.seandavis@gmail.com>2018-09-10 05:56:15 -0400
committerSean Davis <smd.seandavis@gmail.com>2018-09-10 05:56:15 -0400
commit88d11641b9f066bf02166befd1ff2e28511a87f4 (patch)
tree7ac23cb7ce7f45214c592d7b3a12be9efd6beeeb
parentcf7790834a953428c51bfe14b528393d777858b6 (diff)
downloadlightdm-gtk-greeter-git-88d11641b9f066bf02166befd1ff2e28511a87f4.tar.gz
Build changelog with git2cl
-rw-r--r--Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index dcc72ef..ae30129 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -26,9 +26,9 @@ DISTCLEANFILES = \
.PHONY: ChangeLog
ChangeLog:
- (cd $(top_srcdir) && bzr log --gnu-changelog > .changelog.tmp \
+ (cd $(top_srcdir) && git2cl > .changelog.tmp \
&& mv .changelog.tmp ChangeLog; rm -f .changelog.tmp) \
- || (touch ChangeLog; echo 'Bzr directory not found: installing possibly empty changelog.' >&2)
+ || (touch ChangeLog; echo 'Git directory not found: installing possibly empty changelog.' >&2)
dist-hook: ChangeLog