"make update-po" in the src/ directory aborts with an error. This adds the
missing update-po target in src/po/Makefile. Furthermore two other targets are
declared as phony.
Index: src/po/Makefile
===================================================================
*** src/po/Makefile (revision 1119)
--- src/po/Makefile (working copy)
***************
*** 114,120 ****
.SUFFIXES:
.SUFFIXES: .po .mo .pot .ck
! .PHONY: all install uninstall prefixcheck check clean distclean $(LANGUAGES)
.po.mo:
$(MSGFMT) -o $@ $<
--- 114,120 ----
.SUFFIXES:
.SUFFIXES: .po .mo .pot .ck
! .PHONY: all install uninstall converted prefixcheck check clean distclean
checkclean update-po $(LANGUAGES)
.po.mo:
$(MSGFMT) -o $@ $<
***************
*** 224,229 ****
--- 224,231 ----
checkclean:
rm -f *.ck
+ update-po: $(LANGUAGES)
+
#
# NOTE: If you get an error for gvimext.cpp not found, you need to unpack the
# extra archive.
--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_dev" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---