]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Build '$(MANPAGES_IN)' before 'ootsetup'
authorMichal Nowak <mnowak@isc.org>
Wed, 9 Sep 2020 09:55:16 +0000 (11:55 +0200)
committerMichał Kępień <michal@isc.org>
Mon, 21 Sep 2020 08:11:24 +0000 (10:11 +0200)
'ootsetup' target requires '$(MANPAGES_IN)', otherwise it fails after
'maintainer-clean' target.

doc/man/Makefile.in

index a0fd96815c79d0e9f6abcc6374603c5d548eca72..ebe21f1998a42e828ce25b97e0954cbdfd63a08b 100644 (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