make/Javadoc.gmk
changeset 35817 007e71c3b8c4
parent 35369 a68e46d94261
child 36506 17612cee3530
equal deleted inserted replaced
35814:6c644cca3f3f 35817:007e71c3b8c4
   210 COREAPI_DOCSDIR = $(DOCSDIR)/api
   210 COREAPI_DOCSDIR = $(DOCSDIR)/api
   211 JDK_API_DOCSDIR = $(DOCSDIR)/jdk/api
   211 JDK_API_DOCSDIR = $(DOCSDIR)/jdk/api
   212 JRE_API_DOCSDIR = $(DOCSDIR)/jre/api
   212 JRE_API_DOCSDIR = $(DOCSDIR)/jre/api
   213 PLATFORM_DOCSDIR = $(DOCSDIR)/platform
   213 PLATFORM_DOCSDIR = $(DOCSDIR)/platform
   214 
   214 
       
   215 # The core api index file is the target for the core api javadocs rule
       
   216 # and needs to be defined early so that all other javadoc rules may
       
   217 # depend on it.
       
   218 COREAPI_INDEX_FILE = $(COREAPI_DOCSDIR)/index.html
       
   219 
   215 # The non-core api javadocs need to be able to access the root of the core
   220 # The non-core api javadocs need to be able to access the root of the core
   216 # api directory, so for jdk/api or jre/api to get to the core api/
   221 # api directory, so for jdk/api or jre/api to get to the core api/
   217 # directory we would use this:
   222 # directory we would use this:
   218 JDKJRE2COREAPI = ../../api
   223 JDKJRE2COREAPI = ../../api
   219 
   224 
   361 <strong>Java$(TRADEMARK)&nbsp;Platform<br>Standard&nbsp;Ed.&nbsp;$(VERSION_SPECIFICATION)</strong>
   366 <strong>Java$(TRADEMARK)&nbsp;Platform<br>Standard&nbsp;Ed.&nbsp;$(VERSION_SPECIFICATION)</strong>
   362 
   367 
   363 # Overview file for core apis
   368 # Overview file for core apis
   364 COREAPI_OVERVIEW = $(JDK_TOPDIR)/src/java.base/share/classes/overview-core.html
   369 COREAPI_OVERVIEW = $(JDK_TOPDIR)/src/java.base/share/classes/overview-core.html
   365 
   370 
   366 # The index.html, options, and packages files
   371 # The options and packages files
   367 COREAPI_INDEX_FILE = $(COREAPI_DOCSDIR)/index.html
       
   368 COREAPI_OPTIONS_FILE = $(DOCSTMPDIR)/coredocs.options
   372 COREAPI_OPTIONS_FILE = $(DOCSTMPDIR)/coredocs.options
   369 COREAPI_PACKAGES_FILE = $(DOCSTMPDIR)/coredocs.packages
   373 COREAPI_PACKAGES_FILE = $(DOCSTMPDIR)/coredocs.packages
   370 
   374 
   371 coredocs: $(COREAPI_INDEX_FILE)
   375 coredocs: $(COREAPI_INDEX_FILE)
   372 
   376