summaryrefslogtreecommitdiff
path: root/server/Makefile.am
blob: 34bd487d7ca528a1887ee75cb4f7b8d6a071ef31 (plain)
1
2
3
4
5
6
7
8
9
10
11
AUTOMAKE_OPTIONS = gnu
SUBDIRS = src gentoo/init.d gentoo/logrotate.d \
	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