mirror of
https://github.com/jezhiggins/arabica
synced 2024-11-15 19:48:00 +01:00
8 lines
108 B
Makefile
8 lines
108 B
Makefile
SUBDIRS = SAX Utils Taggle
|
|
if WANT_DOM
|
|
SUBDIRS += DOM
|
|
endif
|
|
if WANT_XPATH
|
|
SUBDIRS += XPath XSLT
|
|
endif
|
|
|