Home | History | Annotate | Download | only in core

Lines Matching refs:html

239 ## Find all of the html files under the named directories.
241 ## SRC_FILES := $(call all-html-files-under,src tests)
244 define all-html-files-under
247 find $(1) -name "*.html" -and -not -name ".*") \
252 ## Find all of the html files from here. Meant to be used like:
253 ## SRC_FILES := $(call all-subdir-html-files)
256 define all-subdir-html-files
257 $(call all-html-files-under,.)
302 define find-other-html-files
303 $(call find-subdir-files,$(1) -name "*.html" -and -not -name ".*")