Makefile.am 385 B

12345678910111213141516171819202122232425262728
  1. DIST_SUBDIRS = es hu it pl ru sr
  2. if USE_NLS
  3. SUBDIRS = $(DOC_LINGUAS)
  4. endif
  5. man_MANS = mc.1 mcview.1
  6. if USE_INTERNAL_EDIT
  7. man_MANS += mcedit.1
  8. endif
  9. if USE_DIFF
  10. man_MANS += mcdiff.1
  11. endif
  12. CLEANFILES = $(man_MANS)
  13. EXTRA_DIST = \
  14. date-of-man-include.am \
  15. mc.1.in \
  16. mcedit.1.in \
  17. mcview.1.in \
  18. mcdiff.1.in
  19. DATE_LANG=en_US.UTF-8
  20. DATE_FORMAT=%B %Y
  21. include date-of-man-include.am