Home | History | Annotate | Line # | Download | only in doc
      1 SUBDIRS = .
      2 
      3 if HAVE_PERL
      4 SUBDIRS += misc
      5 endif
      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.
      9 if BUILD_MANPAGES
     10 SUBDIRS += man
     11 endif BUILD_MANPAGES
     12 
     13 if HAVE_SPHINX_BUILD
     14 SUBDIRS += arm
     15 endif HAVE_SPHINX_BUILD
     16