summaryrefslogtreecommitdiffstats
path: root/runtime/doc/Makefile
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2019-05-12 21:43:48 +0200
committerBram Moolenaar <Bram@vim.org>2019-05-12 21:43:48 +0200
commit957f85d54ebd5a3bd0d930de9603190f0876f977 (patch)
treef6073ef8778cb1f065d4be719c9ed6e44c339131 /runtime/doc/Makefile
parentbc4fd43160739efb93c39589dcc9ffd5d5a951d0 (diff)
patch 8.1.1329: plans for popup window support are spread outv8.1.1329
Problem: Plans for popup window support are spread out. Solution: Add a first version of the popup window help.
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 7dbb2bae1a..3db1190a0a 100644
--- a/runtime/doc/Makefile
+++ b/runtime/doc/Makefile
@@ -83,6 +83,7 @@ DOCS = \
pi_tar.txt \
pi_vimball.txt \
pi_zip.txt \
+ popup.txt \
print.txt \
quickfix.txt \
quickref.txt \
@@ -220,6 +221,7 @@ HTMLS = \
pi_tar.html \
pi_vimball.html \
pi_zip.html \
+ popup.html \
print.html \
quickfix.html \
quickref.html \