summaryrefslogtreecommitdiffstats
path: root/runtime/doc/Makefile
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2019-07-21 16:42:00 +0200
committerBram Moolenaar <Bram@vim.org>2019-07-21 16:42:00 +0200
commited997adaa1e9bd057ce732a73d933b739e9d0c30 (patch)
treeb4db35e6f94ff6470627fdf5f55b4ccd357e36f4 /runtime/doc/Makefile
parent663bbc09babea1ff8dfa7ccd58801ac9219fc2b2 (diff)
patch 8.1.1726: the eval.txt help file is too bigv8.1.1726
Problem: The eval.txt help file is too big. Solution: Split off testing support to testing.txt. Move function details to where the functionality is explained.
Diffstat (limited to 'runtime/doc/Makefile')
-rw-r--r--runtime/doc/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/doc/Makefile b/runtime/doc/Makefile
index 3db1190a0a..4a1ea03fd7 100644
--- a/runtime/doc/Makefile
+++ b/runtime/doc/Makefile
@@ -103,6 +103,7 @@ DOCS = \
tagsrch.txt \
term.txt \
terminal.txt \
+ testing.txt \
textprop.txt \
tips.txt \
todo.txt \
@@ -241,6 +242,7 @@ HTMLS = \
tagsrch.html \
term.html \
terminal.html \
+ testing.html \
textprop.html \
tips.html \
todo.html \