Build docs after running tests, and remove redundant DIST_SUBDIRS
[platform/upstream/dbus.git] / Makefile.am
1 SUBDIRS=dbus bus tools test doc
2
3 pkgconfigdir = $(libdir)/pkgconfig
4 pkgconfig_DATA = dbus-1.pc
5
6 DISTCLEANFILES =                \
7         dbus-1.pc
8
9 EXTRA_DIST =                    \
10         HACKING                 \
11         dbus-1.pc.in            \
12         cleanup-man-pages.sh    \
13         ChangeLog.pre-1-0       \
14         NEWS.pre-1-0            \
15         ChangeLog.pre-1-2       \
16         NEWS.pre-1-2            \
17         README.win              \
18         README.wince            \
19         README.cygwin           \
20         README.launchd          \
21         cmake
22
23 all-local: Doxyfile
24
25 update-authors:
26         git shortlog -s -e | cut -c 8- | sort > AUTHORS
27
28 DISTCHECK_CONFIGURE_FLAGS = \
29         --with-systemdsystemunitdir=$$dc_install_base/$(systemdsystemunitdir)
30
31 ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
32
33 include tools/lcov.am