comparison Filelist @ 33823:45c0a5330758 v9.0.2127

patch 9.0.2127: translation Makefiles can be improved Commit: https://github.com/vim/vim/commit/e214692718d6a997a0540fc688e1417564416f80 Author: RestorerZ <restorer@mail2k.ru> Date: Thu Nov 23 20:58:32 2023 +0100 patch 9.0.2127: translation Makefiles can be improved Problem: translation Makefiles can be improved Solution: Modified and extended po-related Makefiles and related files closes: #13518 Signed-off-by: RestorerZ <restorer@mail2k.ru> Signed-off-by: Christian Brabandt <cb@256bit.org>
author Christian Brabandt <cb@256bit.org>
date Thu, 23 Nov 2023 21:15:03 +0100
parents 93b27fc986fb
children ee8c76c18625
comparison
equal deleted inserted replaced
33822:abd7434511dc 33823:45c0a5330758
988 runtime/doc/*-ru.UTF-8.1 \ 988 runtime/doc/*-ru.UTF-8.1 \
989 runtime/doc/*-tr.1 \ 989 runtime/doc/*-tr.1 \
990 runtime/doc/*-tr.UTF-8.1 \ 990 runtime/doc/*-tr.UTF-8.1 \
991 runtime/lang/README.txt \ 991 runtime/lang/README.txt \
992 runtime/lang/Makefile \ 992 runtime/lang/Makefile \
993 runtime/lang/Make_all.mak \
993 runtime/lang/menu_*.vim \ 994 runtime/lang/menu_*.vim \
994 runtime/keymap/README.txt \ 995 runtime/keymap/README.txt \
995 runtime/keymap/*.vim \ 996 runtime/keymap/*.vim \
996 runtime/tutor/README.*.txt \ 997 runtime/tutor/README.*.txt \
997 runtime/tutor/Makefile \ 998 runtime/tutor/Makefile \
1047 src/po/Make_ming.mak \ 1048 src/po/Make_ming.mak \
1048 src/po/Make_mvc.mak \ 1049 src/po/Make_mvc.mak \
1049 src/po/vim.desktop.in \ 1050 src/po/vim.desktop.in \
1050 src/po/gvim.desktop.in \ 1051 src/po/gvim.desktop.in \
1051 src/po/sjiscorr.c \ 1052 src/po/sjiscorr.c \
1053 src/po/big5corr.c \
1052 src/po/*.po \ 1054 src/po/*.po \
1053 1055
1054 # the language files for the Win32 lang archive 1056 # the language files for the Win32 lang archive
1055 LANG_DOS = \ 1057 LANG_DOS = \
1056 src/po/*.mo \ 1058 src/po/*.mo \
1059 runtime/lang/Make_mvc.mak \
1057 1060
1058 # vim: set ft=make: 1061 # vim: set ft=make: