summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorSimon McVittie <smcv@debian.org>2016-01-28 12:26:43 +0100
committerSimon McVittie <smcv@debian.org>2016-01-28 23:40:15 +0100
commitbc451c567e2ba3c2c67fa1fd1ce3f3d7005b3d90 (patch)
tree2e25c392f7bb9451f244ade293f127d87eb7b6a7 /Makefile.am
parent3a70dcf430e1ddf2b67b8f615e12edc1c8050f41 (diff)
downloadxdg-app-bc451c567e2ba3c2c67fa1fd1ce3f3d7005b3d90.tar.gz
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>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 83e5774..b4d1b0b 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