comparison Filelist @ 33799:93b27fc986fb

runtime(Filelist): include new doc-Makefiles (#13551) Commit: https://github.com/vim/vim/commit/d2c977bb7c1325fd6335095dd10aef5ae7990cb3 Author: zdohnal <zdohnal@redhat.com> Date: Tue Nov 21 19:42:56 2023 +0100 runtime(Filelist): include new doc-Makefiles (https://github.com/vim/vim/issues/13551) Tags for help files disappeared with the latest Vim update in Fedora, which is caused by silent error (it didn't stop the build) about missing file. I use 'make unixall' in Fedora to get the latest patchlevels and the new files were missing from Filelist file which is used for generating the tarball. Signed-off-by: Christian Brabandt <cb@256bit.org>
author Christian Brabandt <cb@256bit.org>
date Tue, 21 Nov 2023 19:45:05 +0100
parents 7df9cb603272
children 45c0a5330758
comparison
equal deleted inserted replaced
33798:af1b18018eeb 33799:93b27fc986fb
696 runtime/bugreport.vim \ 696 runtime/bugreport.vim \
697 runtime/doc/*.awk \ 697 runtime/doc/*.awk \
698 runtime/doc/*.pl \ 698 runtime/doc/*.pl \
699 runtime/doc/*.txt \ 699 runtime/doc/*.txt \
700 runtime/doc/Makefile \ 700 runtime/doc/Makefile \
701 runtime/doc/Make_all.mak \
701 runtime/doc/doctags.c \ 702 runtime/doc/doctags.c \
702 runtime/doc/doctags.vim \ 703 runtime/doc/doctags.vim \
703 runtime/doc/test_urls.vim \ 704 runtime/doc/test_urls.vim \
704 runtime/doc/vim.1 \ 705 runtime/doc/vim.1 \
705 runtime/doc/evim.1 \ 706 runtime/doc/evim.1 \
844 runtime/doc/xxd.man \ 845 runtime/doc/xxd.man \
845 846
846 # DOS runtime (also in the extra archive) 847 # DOS runtime (also in the extra archive)
847 RT_DOS = \ 848 RT_DOS = \
848 README_dos.txt \ 849 README_dos.txt \
850 runtime/doc/Make_mvc.mak \
849 vimtutor.bat \ 851 vimtutor.bat \
850 852
851 # DOS runtime without CR-LF translation (also in the extra archive) 853 # DOS runtime without CR-LF translation (also in the extra archive)
852 RT_DOS_BIN = \ 854 RT_DOS_BIN = \
853 runtime/vimlogo.cdr \ 855 runtime/vimlogo.cdr \