summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Staudinger <robsta@linux.intel.com>2012-01-10 14:13:59 +0100
committerRob Staudinger <robsta@linux.intel.com>2012-02-16 11:12:23 +0100
commit5464e31a49e4fa28e0795e868c1ca7c76ea73f52 (patch)
tree3e9966f90c64b88d13c02fb2aa2e647fd7e65107
parent30ef34ebb0cc4a80c29e52328676f499c4e2bae3 (diff)
build: move "docs" to come last in the toplevel Makefile's SUBDIRS
The docs build depends on generated headers for the DBus interfaces, so it needs to come after the very generation of those.
-rw-r--r--Makefile.am6
1 files changed, 4 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index e404bf1..efd2c30 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -2,8 +2,7 @@ ACLOCAL_AMFLAGS = -I m4
SUBDIRS = \
tp-qt4-tools \
- tp-glib-tools \
- docs
+ tp-glib-tools
if ENABLE_QT4
SUBDIRS += TelepathyYtstenutQt4
@@ -13,6 +12,9 @@ if ENABLE_GLIB
SUBDIRS += telepathy-ytstenut-glib
endif
+# Build docs last because they depend on generated dbus headers
+SUBDIRS += docs
+
GIT = git
GZIP = gzip
TAR = tar