blob: 0560c8e099bde53fbf9e598ee5fe84cb94a41162 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
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
|