mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-05-05 02:58:01 +02:00
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>
This commit is contained in:
parent
b354cfc84a
commit
a45df5f10a
1 changed files with 1 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue