From bc451c567e2ba3c2c67fa1fd1ce3f3d7005b3d90 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Thu, 28 Jan 2016 12:26:43 +0100 Subject: [PATCH] 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 --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 83e5774f..b4d1b0b0 100644 --- a/Makefile.am +++ b/Makefile.am @@ -8,7 +8,7 @@ DISTCLEANFILES= $(NULL) BUILT_SOURCES = $(NULL) if BUILD_DOCUMENTATION -SUBDIRS = doc +SUBDIRS = . doc endif %.service: %.service.in config.log