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:
Eliseo Martínez
2014-05-26 14:26:06 +02:00
committed by Justin M. Keyes
parent dcc2b25529
commit cd49b073e9

View File

@@ -272,10 +272,10 @@ distclean: clean
checkclean: checkclean:
rm -f *.ck 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) \ cd ..; $(XGETTEXT) --default-domain=$(PACKAGE) \
--add-comments --keyword=_ --keyword=N_ \ --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 mv -f ../$(PACKAGE).po $(PACKAGE).pot
update-po: $(LANGUAGES) update-po: $(LANGUAGES)