Merge
This commit is contained in:
commit
9984385316
@ -355,7 +355,7 @@ HAVE_DPS = no
|
|||||||
# Japanese manpages
|
# Japanese manpages
|
||||||
#
|
#
|
||||||
JA_SOURCE_ENCODING = eucJP
|
JA_SOURCE_ENCODING = eucJP
|
||||||
JA_TARGET_ENCODINGS = eucJP
|
JA_TARGET_ENCODINGS = UTF-8
|
||||||
|
|
||||||
# Settings for the JDI - Serviceability Agent binding.
|
# Settings for the JDI - Serviceability Agent binding.
|
||||||
HOTSPOT_SALIB_PATH = $(HOTSPOT_IMPORT_PATH)/jre/lib/$(LIBARCH)
|
HOTSPOT_SALIB_PATH = $(HOTSPOT_IMPORT_PATH)/jre/lib/$(LIBARCH)
|
||||||
|
@ -164,7 +164,7 @@ endif # solaris
|
|||||||
ifeq ($(PLATFORM), linux)
|
ifeq ($(PLATFORM), linux)
|
||||||
MANBASEDIRS=$(JDK_TOPDIR)/src/linux/doc $(IMPORTDOCDIR)
|
MANBASEDIRS=$(JDK_TOPDIR)/src/linux/doc $(IMPORTDOCDIR)
|
||||||
MAN1SUBDIR=man
|
MAN1SUBDIR=man
|
||||||
JA_DIRNAME=ja_JP.$(JA_SOURCE_ENCODING)
|
JA_DIRNAME=ja_JP.UTF-8
|
||||||
endif # linux
|
endif # linux
|
||||||
|
|
||||||
define copy-man-pages
|
define copy-man-pages
|
||||||
@ -190,8 +190,7 @@ for manbase in $(MANBASEDIRS:%=%/$(MAN1SUBDIR)) ; do \
|
|||||||
done
|
done
|
||||||
$(java-vm-cleanup)
|
$(java-vm-cleanup)
|
||||||
if [ "$(JA_DIRNAME)" != "" ] ; then \
|
if [ "$(JA_DIRNAME)" != "" ] ; then \
|
||||||
$(MV) $1/man/ja $1/man/$(JA_DIRNAME); \
|
$(CD) $1/man && $(RM) ja && $(LN) -s $(JA_DIRNAME) ja; \
|
||||||
$(CD) $1/man && $(LN) -s $(JA_DIRNAME) ja; \
|
|
||||||
fi
|
fi
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user