Skip to content

Commit 88d1164

Browse files
committed
Build changelog with git2cl
1 parent cf77908 commit 88d1164

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile.am

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ DISTCLEANFILES = \
2626
.PHONY: ChangeLog
2727

2828
ChangeLog:
29-
(cd $(top_srcdir) && bzr log --gnu-changelog > .changelog.tmp \
29+
(cd $(top_srcdir) && git2cl > .changelog.tmp \
3030
&& mv .changelog.tmp ChangeLog; rm -f .changelog.tmp) \
31-
|| (touch ChangeLog; echo 'Bzr directory not found: installing possibly empty changelog.' >&2)
31+
|| (touch ChangeLog; echo 'Git directory not found: installing possibly empty changelog.' >&2)
3232

3333
dist-hook: ChangeLog
3434

0 commit comments

Comments
 (0)