diff options
author | Behdad Esfahbod <behdad@behdad.org> | 2009-10-21 18:26:27 -0400 |
---|---|---|
committer | Behdad Esfahbod <behdad@behdad.org> | 2009-10-21 18:26:27 -0400 |
commit | 8598817414ab8bde6c218c6255faf378597394ea (patch) | |
tree | 797596ac84c09c655145064414c97016c8f01dd0 /git.mk | |
parent | 6cf73f0034b6db8f10a5cdc096c7a5d1ac53af94 (diff) | |
download | pango-8598817414ab8bde6c218c6255faf378597394ea.tar.gz |
Update from vte
Diffstat (limited to 'git.mk')
-rw-r--r-- | git.mk | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 \ |