diff options
author | Bram Moolenaar <Bram@vim.org> | 2019-04-30 21:27:34 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2019-04-30 21:27:34 +0200 |
commit | d96dbd6f95ea22f609042cc9c6272f14a21ff1a5 (patch) | |
tree | 1799d6ec1c5623d692c629afdfa143e7b2f93520 /src/po | |
parent | a9dd2d3c759c1eafb9c0572c5707852ed3d38162 (diff) | |
download | vim-git-d96dbd6f95ea22f609042cc9c6272f14a21ff1a5.tar.gz |
patch 8.1.1240: runtime desktop files are overwritten by buildv8.1.1240
Problem: Runtime desktop files are overwritten by build. (Tony Mechelynck)
Solution: Instead of copying the files find them with "make install".
Diffstat (limited to 'src/po')
-rw-r--r-- | src/po/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/po/Makefile b/src/po/Makefile index 693b55ed4..7c03fe4a7 100644 --- a/src/po/Makefile +++ b/src/po/Makefile @@ -168,7 +168,6 @@ $(PACKAGE).pot: ../*.c ../if_perl.xs ../GvimExt/gvimext.cpp ../globals.h ../if_p %.desktop: %.desktop.in $(POFILES) @echo $(LANGUAGES) | tr " " "\n" |sed -e '/\./d' | sort > LINGUAS $(MSGFMT) --desktop -d . --template $< -o $@ - cp -f $@ ../../runtime/$@ update-po: $(LANGUAGES) |