summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 \