mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
09cf904814
It partially includes changes made in following commits: document/html: struct text_attrib_style -> struct text_style commite133941206
document: struct format_attr -> struct text_style_format commit070d335796
document: Unify text style -> screen attribute handling commitb66d2bec67
document: Move text_style-related stuff to dedicated format.* commitdb9431465f
12 lines
253 B
Makefile
12 lines
253 B
Makefile
top_builddir=../..
|
|
include $(top_builddir)/Makefile.config
|
|
|
|
SUBDIRS-$(CONFIG_CSS) += css
|
|
SUBDIRS-$(CONFIG_DOM) += dom
|
|
|
|
SUBDIRS = html plain
|
|
|
|
OBJS = docdata.o document.o format.o forms.o options.o refresh.o renderer.o
|
|
|
|
include $(top_srcdir)/Makefile.lib
|