[evolution-patches] Patch for data/Makefile.am
- From: Rodney Dawes <dobey novell com>
- To: evolution-patches lists ximian com
- Subject: [evolution-patches] Patch for data/Makefile.am
- Date: Mon, 14 Feb 2005 13:45:08 -0500
This patch fixes data/Makefile.am to not dist the generated keys file,
as there is no need, and adds a CLEANFILES definition to include the
generated keys file and the generated desktop file, so that they get
cleaned up properly with "make clean".
-- dobey
Index: data/Makefile.am
===================================================================
RCS file: /cvs/gnome/evolution/data/Makefile.am,v
retrieving revision 1.22
diff -u -p -r1.22 Makefile.am
--- data/Makefile.am 7 Jan 2005 00:57:00 -0000 1.22
+++ data/Makefile.am 14 Feb 2005 18:30:06 -0000
@@ -70,10 +70,13 @@ dtappunintegrate:
endif
+CLEANFILES = \
+ $(desktop_file) \
+ $(keys_file)
+
EXTRA_DIST = \
$(desktop_in_in_file) \
$(mime_file) \
- $(keys_file) \
$(keys_in_file) \
$(noinst_MANS)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]