Skip to content

Commit ccbbaf6

Browse files
committed
updated for version 7.4b.013
Problem: Install dir for JP man pages is wrong. Solution: Remove ".UTF-8" from the directory name. (Ken Takata)
1 parent 6279534 commit ccbbaf6

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

src/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1405,7 +1405,7 @@ DEST_MAN_FR_U = $(DEST_MAN_TOP)/fr.UTF-8$(MAN1DIR)
14051405
DEST_MAN_IT = $(DEST_MAN_TOP)/it$(MAN1DIR)
14061406
DEST_MAN_IT_I = $(DEST_MAN_TOP)/it.ISO8859-1$(MAN1DIR)
14071407
DEST_MAN_IT_U = $(DEST_MAN_TOP)/it.UTF-8$(MAN1DIR)
1408-
DEST_MAN_JA_U = $(DEST_MAN_TOP)/ja.UTF-8$(MAN1DIR)
1408+
DEST_MAN_JA_U = $(DEST_MAN_TOP)/ja$(MAN1DIR)
14091409
DEST_MAN_PL = $(DEST_MAN_TOP)/pl$(MAN1DIR)
14101410
DEST_MAN_PL_I = $(DEST_MAN_TOP)/pl.ISO8859-2$(MAN1DIR)
14111411
DEST_MAN_PL_U = $(DEST_MAN_TOP)/pl.UTF-8$(MAN1DIR)

src/version.c

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

728728
static int included_patches[] =
729729
{ /* Add new patch number below this line */
730+
/**/
731+
13,
730732
/**/
731733
12,
732734
/**/

0 commit comments

Comments
 (0)