+ * configure.in: added tools/Makefile.

+
+	* Makefile.am: Added tools.
+
+	* tools/: New directory for tools relating to evolution.
+
+	* tools/killev: New script for killing all evolution-related
+	stuff.
+
+        * tools/Makefile.am: New file.
+
+	* tools/.cvsignore: New file.

svn path=/trunk/; revision=2652
This commit is contained in:
Matthew Loper
2000-04-27 00:27:50 +00:00
parent e71125295c
commit e3f95dc9d4
6 changed files with 32 additions and 0 deletions

View File

@ -1,3 +1,18 @@
2000-04-27 Matt Loper <matt@helixcode.com>
* configure.in: added tools/Makefile.
* Makefile.am: Added tools.
* tools/: New directory for tools relating to evolution.
* tools/killev: New script for killing all evolution-related
stuff.
* tools/Makefile.am: New file.
* tools/.cvsignore: New file.
2000-04-26 NotZed <NotZed@HelixCode.com>
* tests/test13.c (main): And here too.

View File

@ -28,6 +28,7 @@ SUBDIRS = \
wombat \
art \
default_user \
tools \
po
dist-hook:

View File

@ -376,4 +376,5 @@ filter/Makefile
wombat/Makefile
art/Makefile
default_user/Makefile
tools/Makefile
])

3
tools/.cvsignore Normal file
View File

@ -0,0 +1,3 @@
Makefile
Makefile.in
.deps

1
tools/Makefile.am Normal file
View File

@ -0,0 +1 @@
bin_SCRIPTS = killev

11
tools/killev Executable file
View File

@ -0,0 +1,11 @@
killall -9 wombat 2>/dev/null
killall -9 lt-wombat 2>/dev/null
killall -9 tlacuache 2>/dev/null
killall -9 evolution-addressbook 2>/dev/null
killall -9 lt-evolution-addressbook 2>/dev/null
killall -9 evolution-calendar 2>/dev/null
killall -9 lt-evolution-calendar 2>/dev/null
killall -9 lt-gnomecal 2>/dev/null
killall -9 evolution-mail 2>/dev/null
killall -9 lt-evolution-mail 2>/dev/null
killall -9 evolution 2>/dev/null