Home | History | Annotate | Line # | Download | only in doc
Makefile.am revision 1.1
      1  1.1  christos SUBDIRS = .
      2  1.1  christos 
      3  1.1  christos if HAVE_PERL
      4  1.1  christos SUBDIRS += misc
      5  1.1  christos endif
      6  1.1  christos 
      7  1.1  christos # Do not change this line to "SUBDIRS = man" at the top of this file: in
      8  1.1  christos # maintainer mode, the "man" subdirectory depends on the "misc" subdirectory.
      9  1.1  christos if BUILD_MANPAGES
     10  1.1  christos SUBDIRS += man
     11  1.1  christos endif BUILD_MANPAGES
     12  1.1  christos 
     13  1.1  christos if HAVE_SPHINX_BUILD
     14  1.1  christos SUBDIRS += arm
     15  1.1  christos endif HAVE_SPHINX_BUILD
     16