You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
505 B
29 lines
505 B
# HTML content handler sources
|
|
|
|
S_HTML := box_construct.c \
|
|
box_inspect.c \
|
|
box_manipulate.c \
|
|
box_normalise.c \
|
|
box_special.c \
|
|
box_textarea.c \
|
|
css.c \
|
|
css_fetcher.c \
|
|
dom_event.c \
|
|
font.c \
|
|
form.c \
|
|
forms.c \
|
|
html.c \
|
|
imagemap.c \
|
|
interaction.c \
|
|
object.c \
|
|
redraw.c \
|
|
redraw_border.c \
|
|
script.c \
|
|
table.c \
|
|
textselection.c
|
|
|
|
# HTML content handler layout sources
|
|
include content/handlers/html/layout/Makefile
|
|
|
|
S_HTML += $(addprefix layout/,$(S_HTML_LAYOUT))
|