make/UpdateBuildDocs.gmk
changeset 47217 72e3ae9a25eb
parent 45763 2a2e56f4c03b
child 47314 743814386712
equal deleted inserted replaced
47216:71c04702a3d5 47217:72e3ae9a25eb
    37 ifeq ($(PANDOC), )
    37 ifeq ($(PANDOC), )
    38   $(info No pandoc executable was detected by configure)
    38   $(info No pandoc executable was detected by configure)
    39   $(error Cannot continue)
    39   $(error Cannot continue)
    40 endif
    40 endif
    41 
    41 
    42 GLOBAL_SPECS_DEFAULT_CSS_FILE := $(JDK_TOPDIR)/make/data/docs-resources/resources/jdk-default.css
    42 GLOBAL_SPECS_DEFAULT_CSS_FILE := $(TOPDIR)/make/data/docs-resources/resources/jdk-default.css
    43 
    43 
    44 ################################################################################
    44 ################################################################################
    45 
    45 
    46 DOCS_DIR := $(TOPDIR)/common/doc
    46 DOCS_DIR := $(TOPDIR)/doc
    47 
    47 
    48 $(eval $(call SetupProcessMarkdown, building, \
    48 $(eval $(call SetupProcessMarkdown, building, \
    49   FILES := $(DOCS_DIR)/building.md, \
    49   FILES := $(DOCS_DIR)/building.md, \
    50   DEST := $(DOCS_DIR), \
    50   DEST := $(DOCS_DIR), \
    51   CSS := $(GLOBAL_SPECS_DEFAULT_CSS_FILE), \
    51   CSS := $(GLOBAL_SPECS_DEFAULT_CSS_FILE), \