make/Docs.gmk
changeset 51575 76072a077ee1
parent 51019 3e416c21e763
child 52204 cf3fafc740bb
child 56891 78ed9c424877
equal deleted inserted replaced
51574:ed52ea83f830 51575:76072a077ee1
    59 # extra java.rmi sources that are used just for javadoc.
    59 # extra java.rmi sources that are used just for javadoc.
    60 MODULES_SOURCE_PATH := $(call PathList, $(call GetModuleSrcPath) \
    60 MODULES_SOURCE_PATH := $(call PathList, $(call GetModuleSrcPath) \
    61     $(SUPPORT_OUTPUTDIR)/rmic/* $(TOPDIR)/src/*/share/doc/stub)
    61     $(SUPPORT_OUTPUTDIR)/rmic/* $(TOPDIR)/src/*/share/doc/stub)
    62 
    62 
    63 # URLs
    63 # URLs
    64 JAVADOC_BASE_URL := http://www.oracle.com/pls/topic/lookup?ctx=javase10&id=homepage
    64 JAVADOC_BASE_URL := http://www.oracle.com/pls/topic/lookup?ctx=javase$(VERSION_NUMBER)&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/copyright.html
    66 COPYRIGHT_URL := {@docroot}/../legal/copyright.html
    67 LICENSE_URL := http://www.oracle.com/technetwork/java/javase/terms/license/java$(VERSION_NUMBER)speclicense.html
    67 LICENSE_URL := http://www.oracle.com/technetwork/java/javase/terms/license/java$(VERSION_NUMBER)speclicense.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