blob: 6e7358bd812282509cdd9e05ee2a330e36a5acbd (
plain)
1
2
3
4
5
6
7
8
9
10
|
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
|