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

/build/core/
H A Ddefinitions.mk277 ## Find all of the html files under the named directories.
279 ## SRC_FILES := $(call all-html-files-under,src tests)
282 define all-html-files-under
285 find $(1) -name "*.html" -and -not -name ".*") \
290 ## Find all of the html files from here. Meant to be used like:
291 ## SRC_FILES := $(call all-subdir-html-files)
294 define all-subdir-html-files
295 $(call all-html-files-under,.)
340 define find-other-html-files
341 $(call find-subdir-files,$(1) -name "*.html"
[all...]

Completed in 8790 milliseconds