< prev index next >

make/Docs.gmk

Print this page
*** 1,6 ***
! # Copyright (c) 1997, 2019, Oracle and/or its affiliates. All rights reserved.
  # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  #
  # This code is free software; you can redistribute it and/or modify it
  # under the terms of the GNU General Public License version 2 only, as
  # published by the Free Software Foundation.  Oracle designates this
--- 1,6 ---
! # Copyright (c) 1997, 2020, Oracle and/or its affiliates. All rights reserved.
  # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  #
  # This code is free software; you can redistribute it and/or modify it
  # under the terms of the GNU General Public License version 2 only, as
  # published by the Free Software Foundation.  Oracle designates this

*** 55,14 ***
  #
  
  ################################################################################
  # Javadoc settings
  
! # On top of the sources that was used to compile the JDK, we need some
! # extra java.rmi sources that are used just for javadoc.
- MODULES_SOURCE_PATH := $(call PathList, $(call GetModuleSrcPath) \
-     $(SUPPORT_OUTPUTDIR)/rmic/* $(TOPDIR)/src/*/share/doc/stub)
  
  # URLs
  JAVADOC_BASE_URL := https://docs.oracle.com/pls/topic/lookup?ctx=javase$(VERSION_NUMBER)&amp;id=homepage
  BUG_SUBMIT_URL := https://bugreport.java.com/bugreport/
  COPYRIGHT_URL := legal/copyright.html
--- 55,12 ---
  #
  
  ################################################################################
  # Javadoc settings
  
! # On top of the sources that was used to compile the JDK, we need some extra sources
! MODULES_SOURCE_PATH := $(call PathList, $(call GetModuleSrcPath) )
  
  # URLs
  JAVADOC_BASE_URL := https://docs.oracle.com/pls/topic/lookup?ctx=javase$(VERSION_NUMBER)&amp;id=homepage
  BUG_SUBMIT_URL := https://bugreport.java.com/bugreport/
  COPYRIGHT_URL := legal/copyright.html
< prev index next >