diff options
author | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2011-06-06 16:12:05 +0100 |
---|---|---|
committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2011-07-18 19:14:57 +0100 |
commit | a45df5f10a5ad89fa6fa0559db0e6d2c051a9fa5 (patch) | |
tree | 53adc47931184316d4792710951ab5ae18fc2a86 /Makefile.am | |
parent | b354cfc84a2f7ce4f67a32ef7d8ef24d13e8b852 (diff) | |
download | dbus-a45df5f10a5ad89fa6fa0559db0e6d2c051a9fa5.tar.gz |
Build docs after running tests, and remove redundant DIST_SUBDIRS
If DIST_SUBDIRS isn't set, it defaults to SUBDIRS, so it's just noise.
Running tests before building documentation is an easy way to speed up the
hack/make check/fix cycle, by not wasting time rebuilding the
documentation (which is often slow) until all the tests compile and pass.
https://bugs.freedesktop.org/show_bug.cgi?id=34405
Reviewed-by: Will Thompson <will.thompson@collabora.co.uk>
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 52b40e9f..10b96703 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,5 +1,4 @@ -SUBDIRS=dbus bus doc tools test -DIST_SUBDIRS=dbus bus doc tools test +SUBDIRS=dbus bus tools test doc pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = dbus-1.pc |