summaryrefslogtreecommitdiffstats
path: root/Makefile.am
blob: 670e7a5e64ca3e2c6ecb97c00e5fc00c43fd5817 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
AUTOMAKE_OPTIONS = foreign
ACLOCAL_AMFLAGS = -I m4
SUBDIRS = libcnary src include tools test
if HAVE_CYTHON
SUBDIRS += cython
endif

docs/html: $(top_builddir)/doxygen.cfg $(top_srcdir)/include/plist/*.h
	rm -rf docs
	doxygen doxygen.cfg

docs: doxygen.cfg docs/html

clean-local:
	rm -rf docs