make/Docs.gmk
changeset 45613 3d1c96cd5479
parent 45610 e9dbf9eb0100
child 45616 88a3b1082777
equal deleted inserted replaced
45612:3368f6d8b082 45613:3d1c96cd5479
    61     $(SUPPORT_OUTPUTDIR)/rmic/* $(JDK_TOPDIR)/src/*/share/doc/stub)
    61     $(SUPPORT_OUTPUTDIR)/rmic/* $(JDK_TOPDIR)/src/*/share/doc/stub)
    62 
    62 
    63 # URLs
    63 # URLs
    64 JAVADOC_BASE_URL := http://www.oracle.com/pls/topic/lookup?ctx=javase9&id=homepage
    64 JAVADOC_BASE_URL := http://www.oracle.com/pls/topic/lookup?ctx=javase9&id=homepage
    65 BUG_SUBMIT_URL := http://bugreport.java.com/bugreport/
    65 BUG_SUBMIT_URL := http://bugreport.java.com/bugreport/
    66 COPYRIGHT_URL := {@docroot}/../legal/cpyr.html
    66 COPYRIGHT_URL := {@docroot}/../legal/copyright.html
    67 LICENSE_URL := http://www.oracle.com/technetwork/java/javase/terms/license/java9speclicense.html
    67 LICENSE_URL := http://www.oracle.com/technetwork/java/javase/terms/license/java9speclicense.html
    68 REDISTRIBUTION_URL := http://www.oracle.com/technetwork/java/redist-137594.html
    68 REDISTRIBUTION_URL := http://www.oracle.com/technetwork/java/redist-137594.html
    69 
    69 
    70 # In order to get a specific ordering it's necessary to specify the total
    70 # In order to get a specific ordering it's necessary to specify the total
    71 # ordering of tags as the tags are otherwise ordered in order of definition.
    71 # ordering of tags as the tags are otherwise ordered in order of definition.
   446     </html>
   446     </html>
   447 
   447 
   448 $(JDK_INDEX_HTML): 
   448 $(JDK_INDEX_HTML): 
   449 	$(ECHO) '$(JDK_INDEX_CONTENT)' > $@
   449 	$(ECHO) '$(JDK_INDEX_CONTENT)' > $@
   450 
   450 
   451 JDK_INDEX_TARGETS := $(JDK_INDEX_HTML)
   451 JDK_INDEX_TARGETS += $(JDK_INDEX_HTML)
   452 
   452 
   453 # Copy the global resources
   453 # Copy the global resources
   454 GLOBAL_SPECS_RESOURCES_DIR := $(JDK_TOPDIR)/make/data/docs-resources/
   454 GLOBAL_SPECS_RESOURCES_DIR := $(JDK_TOPDIR)/make/data/docs-resources/
   455 $(eval $(call SetupCopyFiles, COPY_GLOBAL_RESOURCES, \
   455 $(eval $(call SetupCopyFiles, COPY_GLOBAL_RESOURCES, \
   456     SRC := $(GLOBAL_SPECS_RESOURCES_DIR), \
   456     SRC := $(GLOBAL_SPECS_RESOURCES_DIR), \