bind9/doc/Makefile.am

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

16 lines
315 B
Makefile
Raw Normal View History

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.
if BUILD_MANPAGES
SUBDIRS += man
endif BUILD_MANPAGES
if HAVE_SPHINX_BUILD
SUBDIRS += arm
endif HAVE_SPHINX_BUILD