diff options
author | Damon Chaplin <damon@helixcode.com> | 2001-01-14 09:29:29 +0800 |
---|---|---|
committer | Damon Chaplin <damon@src.gnome.org> | 2001-01-14 09:29:29 +0800 |
commit | 8c0f66640f7f09dc778cb8ae16431328698e776f (patch) | |
tree | 0c3b7b92eb21ccc09b6fd10ed65e37892e4cf9d6 /tools/Makefile.am | |
parent | b24cb94e37a34fafec5ab5dbf80e1c8b7391b70b (diff) | |
download | gsoc2013-evolution-8c0f66640f7f09dc778cb8ae16431328698e776f.tar gsoc2013-evolution-8c0f66640f7f09dc778cb8ae16431328698e776f.tar.gz gsoc2013-evolution-8c0f66640f7f09dc778cb8ae16431328698e776f.tar.bz2 gsoc2013-evolution-8c0f66640f7f09dc778cb8ae16431328698e776f.tar.lz gsoc2013-evolution-8c0f66640f7f09dc778cb8ae16431328698e776f.tar.xz gsoc2013-evolution-8c0f66640f7f09dc778cb8ae16431328698e776f.tar.zst gsoc2013-evolution-8c0f66640f7f09dc778cb8ae16431328698e776f.zip |
new script to move tasks from the Calendar folder to the new Tasks folder,
2001-01-14 Damon Chaplin <damon@helixcode.com>
* tools/evolution-move-tasks: new script to move tasks from the
Calendar folder to the new Tasks folder, so people won't lose tasks.
This can be deleted after a few releases.
* tools/Makefile.am (bin_SCRIPTS): added above.
svn path=/trunk/; revision=7480
Diffstat (limited to 'tools/Makefile.am')
-rw-r--r-- | tools/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/Makefile.am b/tools/Makefile.am index 19c1cec13e..cd69457f3e 100644 --- a/tools/Makefile.am +++ b/tools/Makefile.am @@ -1,3 +1,3 @@ -bin_SCRIPTS = killev +bin_SCRIPTS = killev evolution-move-tasks EXTRA_DIST = $(bin_SCRIPTS) verify-evolution-install.sh |