equal
deleted
inserted
replaced
230 wsgen.1 \ |
230 wsgen.1 \ |
231 wsimport.1 \ |
231 wsimport.1 \ |
232 xjc.1 |
232 xjc.1 |
233 |
233 |
234 # This variable is potentially overridden in the closed makefile. |
234 # This variable is potentially overridden in the closed makefile. |
235 MAN_SRC_BASEDIR ?= $(JDK_TOPDIR)/src |
235 MAN_SRC_BASEDIR ?= $(TOPDIR)/src |
236 |
236 |
237 ifeq ($(OPENJDK_TARGET_OS), linux) |
237 ifeq ($(OPENJDK_TARGET_OS), linux) |
238 MAN_SRC_DIR = $(MAN_SRC_BASEDIR)/linux/doc |
238 MAN_SRC_DIR = $(MAN_SRC_BASEDIR)/linux/doc |
239 MAN1_SUBDIR = man |
239 MAN1_SUBDIR = man |
240 endif |
240 endif |