Build '$(MANPAGES_IN)' before 'ootsetup'

'ootsetup' target requires '$(MANPAGES_IN)', otherwise it fails after
'maintainer-clean' target.
This commit is contained in:
Michal Nowak
2020-09-09 11:55:16 +02:00
committed by Michał Kępień
parent 8088ba4274
commit fdf55e3582

View File

@@ -185,7 +185,7 @@ html dirhtml:
# copy in out-of-tree files in case sphinx-build isn't available
.NOTPARALLEL:
ootsetup:
ootsetup: $(MANPAGES_IN)
for man in $(MANPAGES_IN); do \
[ -e "$$man" ] || cp -f ${srcdir}/"$$man" .; \
done