mirror of
https://github.com/flatpak/flatpak.git
synced 2026-03-14 13:15:35 -04:00
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:
@@ -8,7 +8,7 @@ DISTCLEANFILES= $(NULL)
|
||||
BUILT_SOURCES = $(NULL)
|
||||
|
||||
if BUILD_DOCUMENTATION
|
||||
SUBDIRS = doc
|
||||
SUBDIRS = . doc
|
||||
endif
|
||||
|
||||
%.service: %.service.in config.log
|
||||
|
||||
Reference in New Issue
Block a user