Makefile.am 273 B

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