diff --git a/make/Docs.gmk b/make/Docs.gmk index 1fcc8575d2c..8b20572cb03 100644 --- a/make/Docs.gmk +++ b/make/Docs.gmk @@ -236,8 +236,8 @@ define create_overview_file # ifneq ($$($1_GROUPS), ) $1_OVERVIEW_TEXT += \ -
This document is divided into \ - $$(subst 2,two,$$(subst 3,three,$$(words $$($1_GROUPS)))) sections:
\ +This document has \ + $$(subst 2,two,$$(subst 3,three,$$(words $$($1_GROUPS)))) major sections:
\\ - # +\ # $1_OVERVIEW_TEXT += $$(foreach g, $$($1_GROUPS), \ @@ -246,7 +246,10 @@ define create_overview_file ) $1_OVERVIEW_TEXT += \
Related documents specify the Java \ + programming language, the Java Virtual Machine, various protocols and file \ + formats pertaining to the Java platform, and tools included in the JDK.
\ + # endif $1_OVERVIEW_TEXT += \