From f54a336cb7f147e618f81e4045b5050f93fa4c46 Mon Sep 17 00:00:00 2001 From: Jonathan Gibbons Date: Sat, 20 Jan 2024 18:12:44 +0000 Subject: [PATCH] 8324231: bad command-line option in make/Docs.gmk Reviewed-by: erikj --- make/Docs.gmk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make/Docs.gmk b/make/Docs.gmk index 1e104b16834..d0c01f0283d 100644 --- a/make/Docs.gmk +++ b/make/Docs.gmk @@ -642,7 +642,7 @@ ifeq ($(ENABLE_PANDOC), true) GLOBAL_SPECS_DEFAULT_CSS_FILE := $(DOCS_OUTPUTDIR)/resources/jdk-default.css # Unset the following to suppress the link to the tool guides NAV_LINK_GUIDES := --nav-link-guides - HEADER_RIGHT_SIDE_INFO := $(subst &,&,$(JDK_SHORT_NAME))$(DRAFT_MARKER_STR) + HEADER_RIGHT_SIDE_INFO := $(subst &,&,$(JDK_SHORT_NAME))$(DRAFT_MARKER_STR) $(foreach m, $(ALL_MODULES), \ $(eval SPECS_$m := $(call FindModuleSpecsDirs, $m)) \