summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2009-08-17 19:13:30 -0400
committerBehdad Esfahbod <behdad@behdad.org>2009-08-17 19:13:30 -0400
commitcad422da3d653dae3f55eb9fc93d09b8a9530c9d (patch)
treefa4591ca65b2debc7a03342f9963326c63ff50d3
parentd4f8da3f4855db24484a8924d883df362561b7ce (diff)
downloadpango-cad422da3d653dae3f55eb9fc93d09b8a9530c9d.tar.gz
AM_V_GEN ChangeLog too
-rw-r--r--Makefile.am3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 78156f5e..01aa688f 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -60,8 +60,7 @@ CHANGELOG_START = 1.23.0^^
ChangeLog: $(srcdir)/ChangeLog
$(srcdir)/ChangeLog:
- @echo Creating $@
- @if test -d "$(srcdir)/.git"; then \
+ $(AM_V_GEN) if test -d "$(srcdir)/.git"; then \
(GIT_DIR=$(top_srcdir)/.git ./missing --run \
git log $(CHANGELOG_START).. --stat) | fmt --split-only > $@.tmp \
&& mv -f $@.tmp $@ \