make/common/ProcessMarkdown.gmk
branchihse-manpages-branch
changeset 57048 b2ed864c52b5
parent 57045 9c7f4a3c4139
child 57049 d13c49f43710
equal deleted inserted replaced
57047:d59991e5f462 57048:b2ed864c52b5
   168 
   168 
   169     $$(foreach f, $$(patsubst $$($1_SRC)/%,%,$$($1_FILES)), \
   169     $$(foreach f, $$(patsubst $$($1_SRC)/%,%,$$($1_FILES)), \
   170       $$(eval $$(call ProcessMarkdown,$1,$$f,$$($1_SRC))) \
   170       $$(eval $$(call ProcessMarkdown,$1,$$f,$$($1_SRC))) \
   171     )
   171     )
   172   endif
   172   endif
   173 
       
   174 
       
   175 
       
   176 endef
   173 endef