]> granicus.if.org Git - vim/commitdiff
patch 8.1.1282: running make in src/po leaves LINGUAS file behind v8.1.1282
authorBram Moolenaar <Bram@vim.org>
Sun, 5 May 2019 19:01:51 +0000 (21:01 +0200)
committerBram Moolenaar <Bram@vim.org>
Sun, 5 May 2019 19:01:51 +0000 (21:01 +0200)
Problem:    Running make in src/po leaves LINGUAS file behind. (Ken Takata)
Solution:   Delete LINGUAS after running msgfmt.

src/po/Makefile
src/version.c

index cc56b83d2e2dbb472be93ecf9d884e7fa3a63323..6049b497eae7f6a5c3576fd377eac1f99bc5dc21 100644 (file)
@@ -168,10 +168,12 @@ $(PACKAGE).pot: ../*.c ../if_perl.xs ../GvimExt/gvimext.cpp ../globals.h ../if_p
 vim.desktop: vim.desktop.in $(POFILES)
        @echo $(LANGUAGES) | tr " " "\n" |sed -e '/\./d' | sort > LINGUAS
        $(MSGFMT) --desktop -d . --template vim.desktop.in -o vim.desktop
+       rm -f LINGUAS
 
 gvim.desktop: gvim.desktop.in $(POFILES)
        @echo $(LANGUAGES) | tr " " "\n" |sed -e '/\./d' | sort > LINGUAS
        $(MSGFMT) --desktop -d . --template gvim.desktop.in -o gvim.desktop
+       rm -f LINGUAS
 
 update-po: $(LANGUAGES)
 
index f137b8356c98a49ffe0750c8a5ede64e8da009e8..90b6904f2e333fc7f5f371f88dee0fb92cefbfb5 100644 (file)
@@ -767,6 +767,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    1282,
 /**/
     1281,
 /**/