We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf77908 commit 88d1164Copy full SHA for 88d1164
Makefile.am
@@ -26,9 +26,9 @@ DISTCLEANFILES = \
26
.PHONY: ChangeLog
27
28
ChangeLog:
29
- (cd $(top_srcdir) && bzr log --gnu-changelog > .changelog.tmp \
+ (cd $(top_srcdir) && git2cl > .changelog.tmp \
30
&& mv .changelog.tmp ChangeLog; rm -f .changelog.tmp) \
31
- || (touch ChangeLog; echo 'Bzr directory not found: installing possibly empty changelog.' >&2)
+ || (touch ChangeLog; echo 'Git directory not found: installing possibly empty changelog.' >&2)
32
33
dist-hook: ChangeLog
34
0 commit comments