0
0
mirror of https://github.com/rkd77/elinks.git synced 2025-10-21 19:54:04 -04:00

Elute all DOM-related code and put it in src/dom

This commit is contained in:
Jonas Fonseca
2005-12-28 14:05:14 +01:00
committed by Jonas Fonseca
parent 217f905d88
commit 71533eef9a
36 changed files with 1095 additions and 164 deletions

7
src/dom/Makefile Normal file
View File

@@ -0,0 +1,7 @@
top_builddir=../..
include $(top_builddir)/Makefile.config
SUBDIRS = css sgml
OBJS = node.o select.o stack.o scanner.o
include $(top_srcdir)/Makefile.lib