summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2016-02-22 20:07:49 +0100
committerBram Moolenaar <Bram@vim.org>2016-02-22 20:07:49 +0100
commit8f8ae40ce45822c51c7f3cc58d7c23990f0ecc3d (patch)
tree4fd523bc53b844723c97b25f5472b9a1534a2f6b
parent23c463a157b4f5585ad85efc9f453ffc09c245c3 (diff)
downloadvim-git-8f8ae40ce45822c51c7f3cc58d7c23990f0ecc3d.tar.gz
patch 7.4.1387v7.4.1387
Problem: Win16 docs still referenced. Solution: Remove Win16 files from the docs Makefile. (Kenichi Ito)
-rw-r--r--runtime/doc/Makefile5
-rw-r--r--src/version.c2
2 files changed, 2 insertions, 5 deletions
diff --git a/runtime/doc/Makefile b/runtime/doc/Makefile
index 6bbcbc367..d36f2ce06 100644
--- a/runtime/doc/Makefile
+++ b/runtime/doc/Makefile
@@ -32,7 +32,6 @@ DOCS = \
ft_ada.txt \
ft_sql.txt \
gui.txt \
- gui_w16.txt \
gui_w32.txt \
gui_x11.txt \
hangulin.txt \
@@ -167,7 +166,6 @@ HTMLS = \
ft_ada.html \
ft_sql.html \
gui.html \
- gui_w16.html \
gui_w32.html \
gui_x11.html \
hangulin.html \
@@ -388,9 +386,6 @@ hebrew.txt:
russian.txt:
touch russian.txt
-gui_w16.txt:
- touch gui_w16.txt
-
gui_w32.txt:
touch gui_w32.txt
diff --git a/src/version.c b/src/version.c
index 778d1fc4a..0357cf597 100644
--- a/src/version.c
+++ b/src/version.c
@@ -749,6 +749,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 1387,
+/**/
1386,
/**/
1385,