< prev index next >

make/UpdateBuildDocs.gmk

Print this page




  46 DOCS_DIR := $(TOPDIR)/doc
  47 
  48 $(eval $(call SetupProcessMarkdown, building, \
  49   FILES := $(DOCS_DIR)/building.md, \
  50   DEST := $(DOCS_DIR), \
  51   CSS := $(GLOBAL_SPECS_DEFAULT_CSS_FILE), \
  52   OPTIONS := --toc, \
  53 ))
  54 TARGETS += $(building)
  55 
  56 $(eval $(call SetupProcessMarkdown, testing, \
  57   FILES := $(DOCS_DIR)/testing.md, \
  58   DEST := $(DOCS_DIR), \
  59   CSS := $(GLOBAL_SPECS_DEFAULT_CSS_FILE), \
  60   OPTIONS := --toc, \
  61 ))
  62 TARGETS += $(testing)
  63 
  64 ################################################################################
  65 
  66 $(eval $(call IncludeCustomExtension, , UpdateBuildDocs.gmk))
  67 
  68 ################################################################################
  69 
  70 all: $(TARGETS)
  71 
  72 .PHONY: all default


  46 DOCS_DIR := $(TOPDIR)/doc
  47 
  48 $(eval $(call SetupProcessMarkdown, building, \
  49   FILES := $(DOCS_DIR)/building.md, \
  50   DEST := $(DOCS_DIR), \
  51   CSS := $(GLOBAL_SPECS_DEFAULT_CSS_FILE), \
  52   OPTIONS := --toc, \
  53 ))
  54 TARGETS += $(building)
  55 
  56 $(eval $(call SetupProcessMarkdown, testing, \
  57   FILES := $(DOCS_DIR)/testing.md, \
  58   DEST := $(DOCS_DIR), \
  59   CSS := $(GLOBAL_SPECS_DEFAULT_CSS_FILE), \
  60   OPTIONS := --toc, \
  61 ))
  62 TARGETS += $(testing)
  63 
  64 ################################################################################
  65 
  66 $(eval $(call IncludeCustomExtension, UpdateBuildDocs.gmk))
  67 
  68 ################################################################################
  69 
  70 all: $(TARGETS)
  71 
  72 .PHONY: all default
< prev index next >