15 lines
315 B
Makefile
15 lines
315 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.
|
|
if BUILD_MANPAGES
|
|
SUBDIRS += man
|
|
endif BUILD_MANPAGES
|
|
|
|
if HAVE_SPHINX_BUILD
|
|
SUBDIRS += arm
|
|
endif HAVE_SPHINX_BUILD
|