aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/nvim/po/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/nvim/po/Makefile b/src/nvim/po/Makefile
index 2b03fe0676..d9a9d4607c 100644
--- a/src/nvim/po/Makefile
+++ b/src/nvim/po/Makefile
@@ -272,10 +272,10 @@ distclean: clean
checkclean:
rm -f *.ck
-$(PACKAGE).pot: ../*.c ../if_perl.xs ../GvimExt/gvimext.cpp ../globals.h ../if_py_both.h
+$(PACKAGE).pot: ../*.c ../globals.h
cd ..; $(XGETTEXT) --default-domain=$(PACKAGE) \
--add-comments --keyword=_ --keyword=N_ \
- *.c if_perl.xs GvimExt/gvimext.cpp globals.h if_py_both.h
+ *.c globals.h
mv -f ../$(PACKAGE).po $(PACKAGE).pot
update-po: $(LANGUAGES)