Build top-level directory before building documentation

Otherwise, we try to scan a library that we haven't yet built.

Signed-off-by: Simon McVittie <smcv@debian.org>
This commit is contained in:
Simon McVittie
2016-01-28 12:26:43 +01:00
parent 3a70dcf430
commit bc451c567e

View File

@@ -8,7 +8,7 @@ DISTCLEANFILES= $(NULL)
BUILT_SOURCES = $(NULL)
if BUILD_DOCUMENTATION
SUBDIRS = doc
SUBDIRS = . doc
endif
%.service: %.service.in config.log