mirror of
https://github.com/vim/vim.git
synced 2025-07-26 11:04:33 -04:00
patch 8.1.1282: running make in src/po leaves LINGUAS file behind
Problem: Running make in src/po leaves LINGUAS file behind. (Ken Takata) Solution: Delete LINGUAS after running msgfmt.
This commit is contained in:
parent
8ffc7c8b5f
commit
91882cf712
@ -168,10 +168,12 @@ $(PACKAGE).pot: ../*.c ../if_perl.xs ../GvimExt/gvimext.cpp ../globals.h ../if_p
|
|||||||
vim.desktop: vim.desktop.in $(POFILES)
|
vim.desktop: vim.desktop.in $(POFILES)
|
||||||
@echo $(LANGUAGES) | tr " " "\n" |sed -e '/\./d' | sort > LINGUAS
|
@echo $(LANGUAGES) | tr " " "\n" |sed -e '/\./d' | sort > LINGUAS
|
||||||
$(MSGFMT) --desktop -d . --template vim.desktop.in -o vim.desktop
|
$(MSGFMT) --desktop -d . --template vim.desktop.in -o vim.desktop
|
||||||
|
rm -f LINGUAS
|
||||||
|
|
||||||
gvim.desktop: gvim.desktop.in $(POFILES)
|
gvim.desktop: gvim.desktop.in $(POFILES)
|
||||||
@echo $(LANGUAGES) | tr " " "\n" |sed -e '/\./d' | sort > LINGUAS
|
@echo $(LANGUAGES) | tr " " "\n" |sed -e '/\./d' | sort > LINGUAS
|
||||||
$(MSGFMT) --desktop -d . --template gvim.desktop.in -o gvim.desktop
|
$(MSGFMT) --desktop -d . --template gvim.desktop.in -o gvim.desktop
|
||||||
|
rm -f LINGUAS
|
||||||
|
|
||||||
update-po: $(LANGUAGES)
|
update-po: $(LANGUAGES)
|
||||||
|
|
||||||
|
@ -767,6 +767,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
1282,
|
||||||
/**/
|
/**/
|
||||||
1281,
|
1281,
|
||||||
/**/
|
/**/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user