Build docs after running tests, and remove redundant DIST_SUBDIRS
authorSimon McVittie <simon.mcvittie@collabora.co.uk>
Mon, 6 Jun 2011 15:12:05 +0000 (16:12 +0100)
committerSimon McVittie <simon.mcvittie@collabora.co.uk>
Mon, 18 Jul 2011 18:14:57 +0000 (19:14 +0100)
commita45df5f10a5ad89fa6fa0559db0e6d2c051a9fa5
tree53adc47931184316d4792710951ab5ae18fc2a86
parentb354cfc84a2f7ce4f67a32ef7d8ef24d13e8b852
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>
Makefile.am