Makefile.am 892 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. EXTRA_TOOLS = \
  2. OOo2claws-mail.pl \
  3. acroread2claws-mail.pl \
  4. calypso_convert.pl \
  5. convert_mbox.pl \
  6. eud2gc.py \
  7. filter_conv.pl \
  8. filter_conv_new.pl \
  9. fix_date.sh \
  10. freshmeat_search.pl \
  11. gif2xface.pl \
  12. google_msgid.pl \
  13. google_search.pl \
  14. kmail2claws-mail.pl \
  15. kmail2claws-mail_v2.pl \
  16. kmail-mailbox2claws-mail.pl \
  17. multiwebsearch.pl \
  18. nautilus2claws-mail.sh \
  19. outlook2claws-mail.pl \
  20. sylprint.pl \
  21. sylprint.rc \
  22. tb2claws-mail \
  23. tbird2claws.py \
  24. textviewer.pl \
  25. textviewer.sh \
  26. thunderbird-filters-convertor.pl \
  27. update-po \
  28. uudec \
  29. uuooffice \
  30. vcard2xml.py \
  31. kdeservicemenu/install.sh \
  32. kdeservicemenu/claws-mail-kdeservicemenu.pl
  33. EXTRA_DIST = \
  34. README \
  35. README.sylprint \
  36. multiwebsearch.conf \
  37. kdeservicemenu/README \
  38. kdeservicemenu/template_claws-mail-attach-files.desktop \
  39. $(EXTRA_TOOLS)
  40. MAKE_EXE = chmod u+x $(EXTRA_TOOLS)
  41. all-local:
  42. $(MAKE_EXE)