summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2010-08-07 13:45:59 +0200
committerBram Moolenaar <Bram@vim.org>2010-08-07 13:45:59 +0200
commitd3dd26658cce73110c7d24e7a9ca2d5d42e30b77 (patch)
tree19716f7ddcdc2fdcce6a4f0432f1c4108e26594e /src
parentdd10ce91a8cc4d9640d8ba5b89710c54af4f05f8 (diff)
downloadvim-git-d3dd26658cce73110c7d24e7a9ca2d5d42e30b77.tar.gz
Some messages were missing when updating translations. (Dominique Pelle)
Diffstat (limited to 'src')
-rw-r--r--src/po/Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/src/po/Makefile b/src/po/Makefile
index f46baafbf..79f7c6302 100644
--- a/src/po/Makefile
+++ b/src/po/Makefile
@@ -247,14 +247,10 @@ distclean: clean
checkclean:
rm -f *.ck
-#
-# NOTE: If you get an error for gvimext.cpp not found, you need to unpack the
-# extra archive.
-#
-$(PACKAGE).pot: ../*.c ../if_perl.xs ../GvimExt/gvimext.cpp ../globals.h
+$(PACKAGE).pot: ../*.c ../if_perl.xs ../GvimExt/gvimext.cpp ../globals.h ../if_py_both.h
cd ..; $(XGETTEXT) --default-domain=$(PACKAGE) \
--add-comments --keyword=_ --keyword=N_ \
- *.c if_perl.xs GvimExt/gvimext.cpp globals.h
+ *.c if_perl.xs GvimExt/gvimext.cpp globals.h if_py_both.h
mv -f ../$(PACKAGE).po $(PACKAGE).pot
update-po: $(LANGUAGES)