comparison Filelist @ 34034:0794154316d1

runtime(Filelist): remove coveralls, move runtime/lang/Make_mvc.mak (#13790) Commit: https://github.com/vim/vim/commit/53860eb9ce6c5490ded1372607b18bb895bb2461 Author: Restorer <69863286+RestorerZ@users.noreply.github.com> Date: Fri Dec 29 01:11:48 2023 +0300 runtime(Filelist): remove coveralls, move runtime/lang/Make_mvc.mak (https://github.com/vim/vim/issues/13790) - File coveralls.yml removed from $(SRC_ALL), in patch 9.0.1752 (https://github.com/vim/vim/issues/12851) - runtime/lang/Make_mvc.mak moved from $(LANG_DOS) to $(RT_DOS) Signed-off-by: RestorerZ <restorer@mail2k.ru> Signed-off-by: Christian Brabandt <cb@256bit.org>
author Christian Brabandt <cb@256bit.org>
date Thu, 28 Dec 2023 23:15:07 +0100
parents e6c291944e18
children ff27442e7851
comparison
equal deleted inserted replaced
34033:cf39f47f26df 34034:0794154316d1
2 # Used by Makefile. 2 # Used by Makefile.
3 3
4 # source files for all source archives 4 # source files for all source archives
5 SRC_ALL = \ 5 SRC_ALL = \
6 .cirrus.yml \ 6 .cirrus.yml \
7 .coveralls.yml \
8 .gitattributes \ 7 .gitattributes \
9 .github/CODEOWNERS \ 8 .github/CODEOWNERS \
10 .github/ISSUE_TEMPLATE/bug_report.yml \ 9 .github/ISSUE_TEMPLATE/bug_report.yml \
11 .github/ISSUE_TEMPLATE/feature_request.md \ 10 .github/ISSUE_TEMPLATE/feature_request.md \
12 .github/workflows/ci.yml \ 11 .github/workflows/ci.yml \
861 # DOS runtime (also in the extra archive) 860 # DOS runtime (also in the extra archive)
862 RT_DOS = \ 861 RT_DOS = \
863 README_dos.txt \ 862 README_dos.txt \
864 runtime/doc/Make_mvc.mak \ 863 runtime/doc/Make_mvc.mak \
865 runtime/tutor/Make_mvc.mak \ 864 runtime/tutor/Make_mvc.mak \
865 runtime/lang/Make_mvc.mak \
866 vimtutor.bat \ 866 vimtutor.bat \
867 867
868 # DOS runtime without CR-LF translation (also in the extra archive) 868 # DOS runtime without CR-LF translation (also in the extra archive)
869 RT_DOS_BIN = \ 869 RT_DOS_BIN = \
870 runtime/vimlogo.cdr \ 870 runtime/vimlogo.cdr \
1071 src/po/*.po \ 1071 src/po/*.po \
1072 1072
1073 # the language files for the Win32 lang archive 1073 # the language files for the Win32 lang archive
1074 LANG_DOS = \ 1074 LANG_DOS = \
1075 src/po/*.mo \ 1075 src/po/*.mo \
1076 runtime/lang/Make_mvc.mak \
1077 1076
1078 # Files in the repository that are deliberately not listed above, and will thus 1077 # Files in the repository that are deliberately not listed above, and will thus
1079 # be excluded from distribution tarballs and the like. 1078 # be excluded from distribution tarballs and the like.
1080 # This excludes them from the CI check for unlisted files. 1079 # This excludes them from the CI check for unlisted files.
1081 IGNORE = \ 1080 IGNORE = \