summaryrefslogtreecommitdiffstats
path: root/runtime/doc/Makefile
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2021-12-27 21:28:34 +0000
committerBram Moolenaar <Bram@vim.org>2021-12-27 21:28:34 +0000
commit1cae5a0a034d0545360387407a7a409310f1efe2 (patch)
tree0a4b7b3539db3b8ca92acb47e8e10953130a1f2b /runtime/doc/Makefile
parent8dac2acd6a79d571ff5409d9c90b4c9e73237eb4 (diff)
patch 8.2.3917: the eval.txt help file is way too bigv8.2.3917
Problem: The eval.txt help file is way too big. Solution: Move the builtin function details to a separate file.
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 e0c0f841e8..de986a6219 100644
--- a/runtime/doc/Makefile
+++ b/runtime/doc/Makefile
@@ -16,6 +16,7 @@ include ../../src/auto/config.mk
DOCS = \
arabic.txt \
autocmd.txt \
+ builtin.txt \
change.txt \
channel.txt \
cmdline.txt \
@@ -161,6 +162,7 @@ DOCS = \
HTMLS = \
arabic.html \
autocmd.html \
+ builtin.html \
change.html \
channel.html \
cmdline.html \