make/Images.gmk
changeset 47217 72e3ae9a25eb
parent 44729 c426e90f08d2
child 47224 e81f9ee4df7f
equal deleted inserted replaced
47216:71c04702a3d5 47217:72e3ae9a25eb
   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