diff --git a/make/Docs.gmk b/make/Docs.gmk index d75398272d0..1e5a582a794 100644 --- a/make/Docs.gmk +++ b/make/Docs.gmk @@ -168,11 +168,6 @@ JDK_LONG_NAME := Standard Edition Development Kit (JDK™) $(VERSION_SPECIFI JAVASE_SHORT_NAME := SE $(VERSION_SPECIFICATION) JAVASE_LONG_NAME := Standard Edition $(VERSION_SPECIFICATION) -################################################################################ -# Index page text titles/snippets - -JDK_INDEX_TITLE := $(JAVA_PLATFORM), $(JDK_LONG_NAME) Specification $(DRAFT_MARKER_TITLE) - ################################################################################ # Functions @@ -208,7 +203,6 @@ define create_overview_file # ifneq ($$($1_GROUPS),) $1_OVERVIEW_TEXT += \ -
For an overview of the full specification, grouped by usage, see the $$(JAVA_PLATFORM), $$($1_LONG_NAME) Specification.
\