diff options
author | Bram Moolenaar <Bram@vim.org> | 2018-09-02 15:27:07 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2018-09-02 15:27:07 +0200 |
commit | acca8df9d475bbfbafc71691ebc3b857ecd2777e (patch) | |
tree | 8afef873da68532e9adce25722d139bc4117d878 /Filelist | |
parent | c9cc9c78f21caba7ecb5c90403df5e19a57aa96a (diff) | |
download | vim-git-acca8df9d475bbfbafc71691ebc3b857ecd2777e.tar.gz |
patch 8.1.0346: building with Aap is outdated and unusedv8.1.0346
Problem: Building with Aap is outdated and unused.
Solution: Remove the Aap build files.
Diffstat (limited to 'Filelist')
-rw-r--r-- | Filelist | 7 |
1 files changed, 2 insertions, 5 deletions
@@ -1,5 +1,5 @@ # List of distributed Vim files. -# Used by Makefile and upload.aap. +# Used by Makefile. # source files for all source archives SRC_ALL = \ @@ -101,9 +101,7 @@ SRC_ALL = \ src/window.c \ src/tee/tee.c \ src/xxd/xxd.c \ - src/main.aap \ src/testdir/gen_opt_test.vim \ - src/testdir/main.aap \ src/testdir/README.txt \ src/testdir/Make_all.mak \ src/testdir/*.in \ @@ -291,7 +289,6 @@ SRC_UNIX = \ src/INSTALLx.txt \ src/Makefile \ src/auto/configure \ - src/config.aap.in \ src/config.h.in \ src/config.mk.dist \ src/config.mk.in \ @@ -612,7 +609,6 @@ RT_ALL = \ runtime/macros/matchit.vim \ runtime/macros/maze/README.txt \ runtime/macros/maze/[mM]akefile \ - runtime/macros/maze/main.aap \ runtime/macros/maze/maze.c \ runtime/macros/maze/maze_5.78 \ runtime/macros/maze/maze_mac \ @@ -640,6 +636,7 @@ RT_ALL = \ runtime/tutor/tutor \ runtime/tutor/tutor.vim \ runtime/vimrc_example.vim \ + runtime/pack/dist/opt/cfilter/plugin/cfilter.vim \ runtime/pack/dist/opt/dvorak/plugin/dvorak.vim \ runtime/pack/dist/opt/dvorak/dvorak/enable.vim \ runtime/pack/dist/opt/dvorak/dvorak/disable.vim \ |