1 # Copyright 1999-2016 the Claws Mail team.
2 # This file is part of Claws Mail package, and distributed under the
3 # terms of the General Public License version 3 (or later).
4 # See COPYING file for license details.
7 acroread2claws-mail.pl \
9 claws-mail-compose-insert-files.pl \
21 kmail2claws-mail_v2.pl \
22 kmail-mailbox2claws-mail.pl \
26 nautilus2claws-mail.sh \
27 outlook2claws-mail.pl \
33 thunderbird-filters-convertor.pl \
38 kdeservicemenu/install.sh \
39 kdeservicemenu/claws-mail-kdeservicemenu.pl
44 kdeservicemenu/README \
45 kdeservicemenu/claws-mail-attach-files.desktop.template \
46 kdeservicemenu/claws-mail-attach-files.desktop.kde4template \
49 MAKE_EXE = chmod u+x $(EXTRA_TOOLS)
52 if [ ! -d kdeservicemenu -a ! -e kdeservicemenu ]; then \
53 mkdir kdeservicemenu; \
55 for file in $(EXTRA_TOOLS); do \
56 if [ ! -e ${top_builddir}/tools/$$file ]; then \
57 todir=${top_builddir}/tools; \
58 dir=$$(dirname $$file); \
59 if [ ! $$dir = . ]; then \
60 todir=$$todir/$$dir; \
62 cp ${top_srcdir}/tools/$$file $$todir; \
68 if [ ! ${top_builddir} = ${top_srcdir} ]; then \
69 for file in $(EXTRA_TOOLS); do \
72 if [ -d kdeservicemenu ]; then \
73 rmdir --ignore-fail-on-non-empty kdeservicemenu; \