File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -156,7 +156,6 @@ JDK_MAN_PAGES = \
156156 jstack.1 \
157157 jstat.1 \
158158 jstatd.1 \
159- jvisualvm.1 \
160159 native2ascii.1 \
161160 rmic.1 \
162161 schemagen.1 \
@@ -165,6 +164,10 @@ JDK_MAN_PAGES = \
165164 wsimport.1 \
166165 xjc.1
167166
167+ ifndef OPENJDK
168+ JDK_MAN_PAGES += jvisualvm.1
169+ endif
170+
168171ifeq ($(PLATFORM), solaris)
169172 MANBASEDIRS=$(JDK_TOPDIR)/src/solaris/doc $(IMPORTDOCDIR)
170173 MAN1SUBDIR=sun/man/man1
Original file line number Diff line number Diff line change @@ -237,7 +237,6 @@ JDK_MAN_PAGES = \
237237 jstack.1 \
238238 jstat.1 \
239239 jstatd.1 \
240- jvisualvm.1 \
241240 native2ascii.1 \
242241 rmic.1 \
243242 schemagen.1 \
@@ -246,6 +245,10 @@ JDK_MAN_PAGES = \
246245 wsimport.1 \
247246 xjc.1
248247
248+ ifndef OPENJDK
249+ JDK_MAN_PAGES += jvisualvm.1
250+ endif
251+
249252ifeq ($(OPENJDK_TARGET_OS), linux)
250253 MAN_SRC_DIR:=$(JDK_TOPDIR)/src/linux/doc
251254 MAN1_SUBDIR:=man
You can’t perform that action at this time.
0 commit comments