Makefile.am 391 B

123456789101112131415161718192021222324252627
  1. MAINTAINERCLEANFILES = Makefile.in
  2. SUBDIRS = en_US.UTF-8
  3. if GERMAN
  4. SUBDIRS += de_DE.UTF-8
  5. endif
  6. if FRENCH
  7. SUBDIRS += fr_FR.UTF-8
  8. endif
  9. if SPANISH
  10. SUBDIRS += es_ES.UTF-8
  11. endif
  12. if ITALIAN
  13. SUBDIRS += it_IT.UTF-8
  14. endif
  15. if JAPANESE
  16. SUBDIRS += ja_JP.UTF-8
  17. endif
  18. install-data-hook:
  19. $(RM) $(DESTDIR)$(CDE_INSTALLATION_TOP)/man
  20. cd $(DESTDIR)$(CDE_INSTALLATION_TOP)/ && $(LN_S) $(mandir) man