Build '$(MANPAGES_IN)' before 'ootsetup'
'ootsetup' target requires '$(MANPAGES_IN)', otherwise it fails after 'maintainer-clean' target.
This commit is contained in:
committed by
Michał Kępień
parent
8088ba4274
commit
fdf55e3582
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user