mirror of
https://github.com/rkd77/elinks.git
synced 2025-01-03 14:57:44 -05:00
6c85c0f009
It add support for normalizing a DOM document in various ways, such as removing comments, converting CDATA section nodes to text nodes, cleanup whitespace, etc. Use it in the RSS renderer to sanitize the text to be rendered.
10 lines
205 B
Makefile
10 lines
205 B
Makefile
top_builddir=../..
|
|
include $(top_builddir)/Makefile.config
|
|
|
|
SUBDIRS = css sgml
|
|
OBJS = configuration.o node.o select.o stack.o scanner.o
|
|
|
|
SUBDIRS-$(CONFIG_DEBUG) += test
|
|
|
|
include $(top_srcdir)/Makefile.lib
|