commit | 922a443cfdb1a37ef8bdeadf84f8b821ec4b37bd | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Sep 09 16:03:48 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Sep 09 16:03:48 2016 +0200 |
tree | 3b9148e5e4339bfaf48e695bd5a0c3e93cb9906f | |
parent | ff330ff2c4500dc5535631418d601194654e4536 [diff] [blame] |
patch 7.4.2352 Problem: Netbeans test fails in shadow directory. Solution: Also copy README.txt to the shadow directory.
diff --git a/src/Makefile b/src/Makefile index 79d7a9c..2c0feeb 100644 --- a/src/Makefile +++ b/src/Makefile
@@ -2714,6 +2714,7 @@ mkdir $(SHADOWDIR)/testdir cd $(SHADOWDIR)/testdir; ln -s ../../testdir/Makefile \ ../../testdir/Make_all.mak \ + ../../testdir/README.txt \ ../../testdir/*.in \ ../../testdir/*.vim \ ../../testdir/*.py \