make/Docs.gmk
changeset 52984 2e41937c9cab
parent 52940 26e2cfebcfba
child 52985 6538fccf77a8
equal deleted inserted replaced
52983:7b4f2f7376fe 52984:2e41937c9cab
   530       $(eval JDK_SPECS_TARGETS += $(COPY_$m)) \
   530       $(eval JDK_SPECS_TARGETS += $(COPY_$m)) \
   531     ) \
   531     ) \
   532   ) \
   532   ) \
   533 )
   533 )
   534 
   534 
   535 ifeq ($(ENABLE_FULL_DOCS), true)
   535 ifneq ($(PANDOC), )
   536   # For all markdown files in $module/share/specs directories, convert them to
   536   # For all markdown files in $module/share/specs directories, convert them to
   537   # html.
   537   # html, if we have pandoc (otherwise we'll just skip this).
   538 
   538 
   539   GLOBAL_SPECS_DEFAULT_CSS_FILE := $(DOCS_OUTPUTDIR)/resources/jdk-default.css
   539   GLOBAL_SPECS_DEFAULT_CSS_FILE := $(DOCS_OUTPUTDIR)/resources/jdk-default.css
   540 
   540 
   541   $(foreach m, $(ALL_MODULES), \
   541   $(foreach m, $(ALL_MODULES), \
   542     $(eval SPECS_$m := $(call FindModuleSpecsDirs, $m)) \
   542     $(eval SPECS_$m := $(call FindModuleSpecsDirs, $m)) \