mirror of
https://github.com/isc-projects/bind9.git
synced 2026-02-25 10:59:35 -05:00
The exclusion of doc/man/ when the sphinx-build tool is missing was excessive as some targets in doc/man/ are necessary to install man pages.
13 lines
276 B
Makefile
13 lines
276 B
Makefile
SUBDIRS = .
|
|
|
|
if HAVE_PERL
|
|
SUBDIRS += misc
|
|
endif
|
|
|
|
# Do not change this line to "SUBDIRS = man" at the top of this file: in
|
|
# maintainer mode, the "man" subdirectory depends on the "misc" subdirectory.
|
|
SUBDIRS += man
|
|
|
|
if HAVE_SPHINX_BUILD
|
|
SUBDIRS += arm
|
|
endif HAVE_SPHINX_BUILD
|