make/UpdateBuildDocs.gmk
changeset 55166 2ae056696b15
parent 53442 b156fd0a4607
child 58909 66f7d2494d4e
equal deleted inserted replaced
55165:a82a367b2d8c 55166:2ae056696b15
    59   CSS := $(GLOBAL_SPECS_DEFAULT_CSS_FILE), \
    59   CSS := $(GLOBAL_SPECS_DEFAULT_CSS_FILE), \
    60   OPTIONS := --toc, \
    60   OPTIONS := --toc, \
    61 ))
    61 ))
    62 TARGETS += $(testing)
    62 TARGETS += $(testing)
    63 
    63 
       
    64 $(eval $(call SetupProcessMarkdown, ide, \
       
    65   FILES := $(DOCS_DIR)/ide.md, \
       
    66   DEST := $(DOCS_DIR), \
       
    67   CSS := $(GLOBAL_SPECS_DEFAULT_CSS_FILE), \
       
    68   OPTIONS := --toc, \
       
    69 ))
       
    70 TARGETS += $(ide)
       
    71 
    64 ################################################################################
    72 ################################################################################
    65 
    73 
    66 $(eval $(call IncludeCustomExtension, UpdateBuildDocs.gmk))
    74 $(eval $(call IncludeCustomExtension, UpdateBuildDocs.gmk))
    67 
    75 
    68 ################################################################################
    76 ################################################################################