Skip to content
Snippets Groups Projects
Commit d3dd2665 authored by Bram Moolenaar's avatar Bram Moolenaar
Browse files

Some messages were missing when updating translations. (Dominique Pelle)

parent dd10ce91
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment