AUTOMAKE_OPTIONS = gnu
SUBDIRS = src etc man xml xml/templates xml/macros $(DOC_DIR)
DISTDIRS = src etc man xml xml/templates xml/macros $(DOC_DIR)

.PHONY: doc
doc:
	$(MAKE) -C doc doc

test:
	$(MAKE) -C src test