summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2009-10-21 18:26:27 -0400
committerBehdad Esfahbod <behdad@behdad.org>2009-10-21 18:26:27 -0400
commit8598817414ab8bde6c218c6255faf378597394ea (patch)
tree797596ac84c09c655145064414c97016c8f01dd0
parent6cf73f0034b6db8f10a5cdc096c7a5d1ac53af94 (diff)
downloadpango-8598817414ab8bde6c218c6255faf378597394ea.tar.gz
Update from vte
-rw-r--r--git.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/git.mk b/git.mk
index 6c5617bb..088ef0b5 100644
--- a/git.mk
+++ b/git.mk
@@ -82,7 +82,7 @@ git-mk-install:
### .gitignore generation
$(srcdir)/.gitignore: Makefile.am $(top_srcdir)/git.mk
- @echo Generating $@; \
+ $(AM_V_GEN) \
{ \
if test "x$(DOC_MODULE)" = x -o "x$(DOC_MAIN_SGML_FILE)" = x; then :; else \
for x in \
@@ -115,6 +115,7 @@ $(srcdir)/.gitignore: Makefile.am $(top_srcdir)/git.mk
po/.intltool-merge-cache \
"po/*.gmo" \
"po/*.mo" \
+ po/$(GETTEXT_PACKAGE).pot \
intltool-extract.in \
intltool-merge.in \
intltool-update.in \