changeset 2505:4aa73aa648bc vim73

Some messages were missing when updating translations. (Dominique Pelle)
author Bram Moolenaar <bram@vim.org>
date Sat, 07 Aug 2010 13:45:59 +0200
parents dcb3ab4587b4
children 11730666460d
files src/po/Makefile
diffstat 1 files changed, 2 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- 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)