8202382: Filter docs modules
authorerikj
Fri, 27 Apr 2018 09:57:16 -0700
changeset 49916 3c90c742952e
parent 49915 938478a66ad7
child 49917 1871c5d07caf
8202382: Filter docs modules Reviewed-by: erikj Contributed-by: archana.nogriya@uk.ibm.com
make/Docs.gmk
--- a/make/Docs.gmk	Fri Apr 27 08:28:06 2018 -0700
+++ b/make/Docs.gmk	Fri Apr 27 09:57:16 2018 -0700
@@ -429,7 +429,7 @@
 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), \