commit | 9a419ffb934bd04bf8d44ceaf4694e50cce55eab | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Apr 11 18:44:11 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Apr 11 18:44:11 2019 +0200 |
tree | cb50329ce2d702fd74b19d30be5095e74a5998aa | |
parent | 7edf0baef4e11df982bd37356a4e4d28ff046c86 [diff] |
patch 8.1.1154
diff --git a/src/po/Makefile b/src/po/Makefile index 82477cd..8383a12 100644 --- a/src/po/Makefile +++ b/src/po/Makefile
@@ -165,6 +165,7 @@ 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/$@