Skip to content

Commit 8f8ae40

Browse files
committed
patch 7.4.1387
Problem: Win16 docs still referenced. Solution: Remove Win16 files from the docs Makefile. (Kenichi Ito)
1 parent 23c463a commit 8f8ae40

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

runtime/doc/Makefile

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ DOCS = \
3232
ft_ada.txt \
3333
ft_sql.txt \
3434
gui.txt \
35-
gui_w16.txt \
3635
gui_w32.txt \
3736
gui_x11.txt \
3837
hangulin.txt \
@@ -167,7 +166,6 @@ HTMLS = \
167166
ft_ada.html \
168167
ft_sql.html \
169168
gui.html \
170-
gui_w16.html \
171169
gui_w32.html \
172170
gui_x11.html \
173171
hangulin.html \
@@ -388,9 +386,6 @@ hebrew.txt:
388386
russian.txt:
389387
touch russian.txt
390388

391-
gui_w16.txt:
392-
touch gui_w16.txt
393-
394389
gui_w32.txt:
395390
touch gui_w32.txt
396391

src/version.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -748,6 +748,8 @@ static char *(features[]) =
748748

749749
static int included_patches[] =
750750
{ /* Add new patch number below this line */
751+
/**/
752+
1387,
751753
/**/
752754
1386,
753755
/**/

0 commit comments

Comments
 (0)