[telepathy-mission-control/master] Makefile.am: build tests before docs
Simon McVittie
simon.mcvittie at collabora.co.uk
Wed Oct 21 10:06:27 PDT 2009
This makes it quicker to see whether `make check` has failed - if
you see the docs building, it means the tests must have passed :-)
Reviewed-by: Sjoerd Simons <sjoerd.simons at collabora.co.uk>
---
Makefile.am | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Makefile.am b/Makefile.am
index 4fd84a4..4f88639 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -6,7 +6,7 @@ if HAVE_EXAMPLES
SUBDIRS += examples
endif
-SUBDIRS += doc test
+SUBDIRS += test doc
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = libmcclient.pc
--
1.5.6.5
More information about the telepathy-commits
mailing list