]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
patch 7.4.1387 v7.4.1387
authorBram Moolenaar <Bram@vim.org>
Mon, 22 Feb 2016 19:07:49 +0000 (20:07 +0100)
committerBram Moolenaar <Bram@vim.org>
Mon, 22 Feb 2016 19:07:49 +0000 (20:07 +0100)
Problem:    Win16 docs still referenced.
Solution:   Remove Win16 files from the docs Makefile. (Kenichi Ito)

runtime/doc/Makefile
src/version.c

index 6bbcbc367605121454ce45f6a6b588f0f5f1c6e5..d36f2ce069e07832669ddad1af6e366b8c8d2f28 100644 (file)
@@ -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
 
index 778d1fc4add38a643f8ac913286570765c329ca5..0357cf5974ccc20c98932b18e8ab71ffc9d22155 100644 (file)
@@ -748,6 +748,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    1387,
 /**/
     1386,
 /**/