8014970: Use open man pages for non commercial builds
Reviewed-by: omajid, tbell
This commit is contained in:
parent
7614783367
commit
cc85b8ed19
@ -352,11 +352,8 @@ ifneq ($(OPENJDK_TARGET_OS),windows)
|
|||||||
JDK_MAN_PAGES += jvisualvm.1
|
JDK_MAN_PAGES += jvisualvm.1
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifndef OPENJDK
|
# This variable is potentially overridden in the closed makefile.
|
||||||
MAN_SRC_BASEDIR:=$(JDK_TOPDIR)/src/closed
|
MAN_SRC_BASEDIR ?= $(JDK_TOPDIR)/src
|
||||||
else
|
|
||||||
MAN_SRC_BASEDIR:=$(JDK_TOPDIR)/src
|
|
||||||
endif
|
|
||||||
|
|
||||||
ifeq ($(OPENJDK_TARGET_OS), linux)
|
ifeq ($(OPENJDK_TARGET_OS), linux)
|
||||||
MAN_SRC_DIR:=$(MAN_SRC_BASEDIR)/linux/doc
|
MAN_SRC_DIR:=$(MAN_SRC_BASEDIR)/linux/doc
|
||||||
|
Loading…
x
Reference in New Issue
Block a user