mirror of
https://github.com/neovim/neovim.git
synced 2025-10-16 06:46:07 +00:00
Fix localization: Fix build: Fix dangling references.
Problem: Makefile references some files that don't exist anymore. Solution: Remove those references.
This commit is contained in:

committed by
Justin M. Keyes

parent
dcc2b25529
commit
cd49b073e9
@@ -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)
|
||||
|
Reference in New Issue
Block a user