8025741: Fix jdk/make/docs/Makefile to point to correct docs URL for JDK 8.
authorbpatel
Fri, 04 Oct 2013 15:25:18 -0700
changeset 20525 2d957e35a52f
parent 20524 51aaf7e3cdd4
child 20526 ca6b9674ee4e
8025741: Fix jdk/make/docs/Makefile to point to correct docs URL for JDK 8. Reviewed-by: tbell
jdk/make/docs/Makefile
--- a/jdk/make/docs/Makefile	Fri Oct 04 09:54:43 2013 -0700
+++ b/jdk/make/docs/Makefile	Fri Oct 04 15:25:18 2013 -0700
@@ -50,6 +50,7 @@
 DEV_DOCS_URL-5 = http://java.sun.com/j2se/1.5.0/docs/index.html
 DEV_DOCS_URL-6 = http://download.oracle.com/javase/6/docs/index.html
 DEV_DOCS_URL-7 = http://download.oracle.com/javase/7/docs/index.html
+DEV_DOCS_URL-8 = http://download.oracle.com/javase/8/docs/index.html
 DEV_DOCS_URL = $(DEV_DOCS_URL-$(JDK_MINOR_VERSION))
 DOCS_BASE_URL = http://download.oracle.com/javase/7/docs