xref: /netbsd-src/external/mpl/bind/dist/doc/Makefile.am (revision cb63e24e8d6aae7ddac1859a9015f48b1d8bd90e)
1SUBDIRS = .
2
3if HAVE_PERL
4SUBDIRS += misc
5endif
6
7# Do not change this line to "SUBDIRS = man" at the top of this file: in
8# maintainer mode, the "man" subdirectory depends on the "misc" subdirectory.
9if BUILD_MANPAGES
10SUBDIRS += man
11endif BUILD_MANPAGES
12
13if HAVE_SPHINX_BUILD
14SUBDIRS += arm
15endif HAVE_SPHINX_BUILD
16