[pango] AM_V_GEN ChangeLog too



commit cad422da3d653dae3f55eb9fc93d09b8a9530c9d
Author: Behdad Esfahbod <behdad behdad org>
Date:   Mon Aug 17 19:13:30 2009 -0400

    AM_V_GEN ChangeLog too

 Makefile.am |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 78156f5..01aa688 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 $@ \



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]