Packages
A module to decode HTML into a tree, porting all properties of the underlying library myhtml, being fast and correct in regards to the html spec.
Current section
Files
Jump to
Current section
Files
c_src/myhtml/source/myhtml/Makefile.mk
myhtml_dirs := .
myhtml_objs := $(call MODEST_UTILS_OBJS,myhtml,$(myhtml_dirs))
myhtml_description := HTML parser by https://html.spec.whatwg.org/multipage/
myhtml_dependencies := mycore myencoding myport
myhtml_all: $(myhtml_objs)
myhtml_clean:
rm -f $(myhtml_objs)
myhtml_clone:
$(call MODEST_UTILS_HDRS_CLONE,myhtml,$(myhtml_dirs))