Makefile.am 310 B

12345678910111213141516
  1. # This Makefile.am is in the public domain
  2. if DOCUMENTATION
  3. SUBDIRS = doxygen handbook tutorial
  4. endif
  5. if !DOCUMENTATION
  6. SUBDIRS = doxygen
  7. endif
  8. if INCLUDE_MANPAGES
  9. SUBDIRS += man
  10. endif
  11. EXTRA_DIST = \
  12. system_specific/outdated-and-old-installation-instructions.txt \
  13. system_specific/FROM_SOURCE