1 parent 7edf0ba commit 9a419ffCopy full SHA for 9a419ff
2 files changed
src/po/Makefile
@@ -165,6 +165,7 @@ $(PACKAGE).pot: ../*.c ../if_perl.xs ../GvimExt/gvimext.cpp ../globals.h ../if_p
165
mv -f ../$(PACKAGE).po $(PACKAGE).pot
166
167
%.desktop: %.desktop.in $(POFILES)
168
+ @echo $(LANGUAGES) | tr " " "\n" |sed -e '/\./d' | sort > LINGUAS
169
$(MSGFMT) --desktop -d . --template $< -o $@
170
cp -f $@ ../../runtime/$@
171
src/version.c
@@ -771,6 +771,8 @@ static char *(features[]) =
771
772
static int included_patches[] =
773
{ /* Add new patch number below this line */
774
+/**/
775
+ 1153,
776
/**/
777
1152,
778
0 commit comments