runtime(Filelist): remove coveralls, move runtime/lang/Make_mvc.mak (#13790)
Commit: https://github.com/vim/vim/commit/53860eb9ce6c5490ded1372607b18bb895bb2461 Author: Restorer <[email protected]> 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 <[email protected]> Signed-off-by: Christian Brabandt <[email protected]> diff --git a/Filelist b/Filelist index efb2daa12..df188e8a5 100644 --- a/Filelist +++ b/Filelist @@ -4,7 +4,6 @@ # source files for all source archives SRC_ALL = \ .cirrus.yml \ - .coveralls.yml \ .gitattributes \ .github/CODEOWNERS \ .github/ISSUE_TEMPLATE/bug_report.yml \ @@ -863,6 +862,7 @@ RT_DOS = \ README_dos.txt \ runtime/doc/Make_mvc.mak \ runtime/tutor/Make_mvc.mak \ + runtime/lang/Make_mvc.mak \ vimtutor.bat \ # DOS runtime without CR-LF translation (also in the extra archive) @@ -1073,7 +1073,6 @@ LANG_SRC = \ # the language files for the Win32 lang archive LANG_DOS = \ src/po/*.mo \ - runtime/lang/Make_mvc.mak \ # Files in the repository that are deliberately not listed above, and will thus # be excluded from distribution tarballs and the like. -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/vim_dev/E1rIyeh-001F6r-3H%40256bit.org.
