make/Docs.gmk
changeset 49073 4f96cf952e71
parent 47459 a6e591e12f12
child 49075 1fd4d6068f54
equal deleted inserted replaced
49072:ed9ff662b1e0 49073:4f96cf952e71
     1 # Copyright (c) 1997, 2017, Oracle and/or its affiliates. All rights reserved.
     1 # Copyright (c) 1997, 2018, Oracle and/or its affiliates. All rights reserved.
     2 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     2 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3 #
     3 #
     4 # This code is free software; you can redistribute it and/or modify it
     4 # This code is free software; you can redistribute it and/or modify it
     5 # under the terms of the GNU General Public License version 2 only, as
     5 # under the terms of the GNU General Public License version 2 only, as
     6 # published by the Free Software Foundation.  Oracle designates this
     6 # published by the Free Software Foundation.  Oracle designates this
    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=javase9&id=homepage
    64 JAVADOC_BASE_URL := http://www.oracle.com/pls/topic/lookup?ctx=javase10&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/java10speclicense.html
    67 LICENSE_URL := http://www.oracle.com/technetwork/java/javase/terms/license/java10speclicense.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