mirror of
https://github.com/rkd77/elinks.git
synced 2025-02-02 15:09:23 -05:00
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
|