Searched defs:html (Results 1 - 1 of 1) sorted by relevance

/build/core/
H A Ddefinitions.mk295 ## Find all of the html files under the named directories.
297 ## SRC_FILES := $(call all-html-files-under,src tests)
300 define all-html-files-under
303 find -L $(1) -name "*.html" -and -not -name ".*") \
308 ## Find all of the html files from here. Meant to be used like:
309 ## SRC_FILES := $(call all-subdir-html-files)
312 define all-subdir-html-files
313 $(call all-html-files-under,.)
358 define find-other-html-files
359 $(call find-subdir-files,$(1) -name "*.html"
[all...]

Completed in 43 milliseconds