diff src/po/Makefile @ 16297:200c012ac0d4 v8.1.1154

patch 8.1.1154 commit https://github.com/vim/vim/commit/9a419ffb934bd04bf8d44ceaf4694e50cce55eab Author: Bram Moolenaar <Bram@vim.org> Date: Thu Apr 11 18:44:11 2019 +0200 patch 8.1.1154
author Bram Moolenaar <Bram@vim.org>
date Thu, 11 Apr 2019 18:45:04 +0200
parents b4c7e026685c
children 405c5cbf8051
line wrap: on
line diff
--- a/src/po/Makefile
+++ b/src/po/Makefile
@@ -165,6 +165,7 @@ checkclean:
 	mv -f ../$(PACKAGE).po $(PACKAGE).pot
 
 %.desktop: %.desktop.in $(POFILES)
+	@echo $(LANGUAGES) | tr " " "\n" |sed -e '/\./d' | sort > LINGUAS
 	$(MSGFMT) --desktop -d . --template $< -o $@
 	cp -f $@ ../../runtime/$@