Skip to content

Commit 53860eb

Browse files
authored
runtime(Filelist): remove coveralls, move runtime/lang/Make_mvc.mak (#13790)
- File coveralls.yml removed from $(SRC_ALL), in patch 9.0.1752 (#12851) - runtime/lang/Make_mvc.mak moved from $(LANG_DOS) to $(RT_DOS) Signed-off-by: RestorerZ <[email protected]> Signed-off-by: Christian Brabandt <[email protected]>
1 parent 0aed99a commit 53860eb

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

Filelist

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
# source files for all source archives
55
SRC_ALL = \
66
.cirrus.yml \
7-
.coveralls.yml \
87
.gitattributes \
98
.github/CODEOWNERS \
109
.github/ISSUE_TEMPLATE/bug_report.yml \
@@ -863,6 +862,7 @@ RT_DOS = \
863862
README_dos.txt \
864863
runtime/doc/Make_mvc.mak \
865864
runtime/tutor/Make_mvc.mak \
865+
runtime/lang/Make_mvc.mak \
866866
vimtutor.bat \
867867

868868
# DOS runtime without CR-LF translation (also in the extra archive)
@@ -1073,7 +1073,6 @@ LANG_SRC = \
10731073
# the language files for the Win32 lang archive
10741074
LANG_DOS = \
10751075
src/po/*.mo \
1076-
runtime/lang/Make_mvc.mak \
10771076

10781077
# Files in the repository that are deliberately not listed above, and will thus
10791078
# be excluded from distribution tarballs and the like.

0 commit comments

Comments
 (0)