diff options
author | Bram Moolenaar <Bram@vim.org> | 2016-04-12 21:07:15 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2016-04-12 21:07:15 +0200 |
commit | 03413f44167c4b5cd0012def9bb331e2518c83cf (patch) | |
tree | e171136509d593ad31b5377f18507c99a4495665 /runtime/doc/Makefile | |
parent | 73cd8fb3e87e4b29dfc489f58e56dee1839c18e5 (diff) | |
download | vim-03413f44167c4b5cd0012def9bb331e2518c83cf.zip |
Updated runtime files.
Diffstat (limited to 'runtime/doc/Makefile')
-rw-r--r-- | runtime/doc/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/doc/Makefile b/runtime/doc/Makefile index d36f2ce06..33a09be42 100644 --- a/runtime/doc/Makefile +++ b/runtime/doc/Makefile @@ -142,6 +142,7 @@ DOCS = \ version5.txt \ version6.txt \ version7.txt \ + version8.txt \ vi_diff.txt \ visual.txt \ windows.txt \ @@ -275,6 +276,7 @@ HTMLS = \ version5.html \ version6.html \ version7.html \ + version8.html \ vi_diff.html \ vimindex.html \ visual.html \ |