mirror of
https://github.com/openjdk/jdk.git
synced 2026-01-28 12:09:14 +00:00
8202382: Filter docs modules
Reviewed-by: erikj
This commit is contained in:
parent
1b027ddfe9
commit
25a8a3ad66
@ -429,7 +429,7 @@ ifneq ($(findstring javafx., $(IMPORTED_MODULES)), )
|
||||
endif
|
||||
|
||||
# All modules to have docs generated by docs-jdk-api target
|
||||
JDK_MODULES := $(sort $(DOCS_MODULES))
|
||||
JDK_MODULES := $(sort $(filter-out $(MODULES_FILTER), $(DOCS_MODULES)))
|
||||
|
||||
$(eval $(call SetupApiDocsGeneration, JDK_API, \
|
||||
MODULES := $(JDK_MODULES), \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user