aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc/Makefile
diff options
context:
space:
mode:
authorThiago de Arruda <tpadilha84@gmail.com>2014-11-20 16:45:44 -0300
committerThiago de Arruda <tpadilha84@gmail.com>2014-11-20 16:45:44 -0300
commit2f02f6c53571869e07d175b518d7222093dbb31a (patch)
tree36e40792fc7e3b66efba716f88a1550600cdd143 /runtime/doc/Makefile
parent32ec851270ff93d3453450cba54162841f519283 (diff)
parent35017bd9548bcf33da0bfee2a7cb62ebefe57bcf (diff)
downloadrneovim-2f02f6c53571869e07d175b518d7222093dbb31a.tar.gz
rneovim-2f02f6c53571869e07d175b518d7222093dbb31a.tar.bz2
rneovim-2f02f6c53571869e07d175b518d7222093dbb31a.zip
Merge PR #1504 'Change external plugin dir, manifest and improve docs'
Diffstat (limited to 'runtime/doc/Makefile')
-rw-r--r--runtime/doc/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/runtime/doc/Makefile b/runtime/doc/Makefile
index 48674a773f..a498223517 100644
--- a/runtime/doc/Makefile
+++ b/runtime/doc/Makefile
@@ -21,6 +21,7 @@ DOCS = \
digraph.txt \
editing.txt \
eval.txt \
+ external_plugin.txt \
farsi.txt \
filetype.txt \
fold.txt \
@@ -53,6 +54,7 @@ DOCS = \
msgpack_rpc.txt \
nvim_clipboard.txt \
nvim_intro.txt \
+ nvim_provider.txt \
nvim_python.txt \
options.txt \
os_dos.txt \
@@ -140,6 +142,7 @@ HTMLS = \
digraph.html \
editing.html \
eval.html \
+ external_plugin.html \
farsi.html \
filetype.html \
fold.html \
@@ -171,6 +174,7 @@ HTMLS = \
msgpack_rpc.html \
nvim_clipboard.html \
nvim_intro.html \
+ nvim_provider.html \
nvim_python.html \
options.html \
os_dos.html \