mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-18 20:58:53 -04:00
Build '$(MANPAGES_IN)' before 'ootsetup'
'ootsetup' target requires '$(MANPAGES_IN)', otherwise it fails after 'maintainer-clean' target.
This commit is contained in:
parent
8088ba4274
commit
fdf55e3582
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue