diff options
author | Stefan Hoffmann <stefan991@gmail.com> | 2014-09-20 14:24:47 +0200 |
---|---|---|
committer | Stefan Hoffmann <stefan991@gmail.com> | 2014-09-20 14:24:47 +0200 |
commit | ac882bb738606496bd57596558cf1383934affec (patch) | |
tree | 189003461a6f2c88cde56547b3960e174deb5afe | |
parent | ef3c63f73d9275dcb4fecb43761229a800ea68b9 (diff) | |
download | rneovim-ac882bb738606496bd57596558cf1383934affec.tar.gz rneovim-ac882bb738606496bd57596558cf1383934affec.tar.bz2 rneovim-ac882bb738606496bd57596558cf1383934affec.zip |
doc: add new doc files to Makefile
-rw-r--r-- | runtime/doc/Makefile | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/runtime/doc/Makefile b/runtime/doc/Makefile index 1d9e34d772..16ce4d9082 100644 --- a/runtime/doc/Makefile +++ b/runtime/doc/Makefile @@ -47,12 +47,17 @@ DOCS = \ index.txt \ insert.txt \ intro.txt \ + job_control.txt \ map.txt \ mbyte.txt \ message.txt \ mlang.txt \ motion.txt \ + msgpack_rpc.txt \ netbeans.txt \ + nvim_clipboard.txt \ + nvim_intro.txt \ + nvim_python.txt \ options.txt \ os_390.txt \ os_amiga.txt \ @@ -173,12 +178,17 @@ HTMLS = \ index.html \ insert.html \ intro.html \ + job_control.html \ map.html \ mbyte.html \ message.html \ mlang.html \ motion.html \ + msgpack_rpc.html \ netbeans.html \ + nvim_clipboard.html \ + nvim_intro.html \ + nvim_python.html \ options.html \ os_390.html \ os_amiga.html \ |