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