aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRodney Dawes <dobey@novell.com>2005-02-23 02:18:54 +0800
committerRodney Dawes <dobey@src.gnome.org>2005-02-23 02:18:54 +0800
commitb1907d048f1b32c46dddbe2d8332427dd6c584b4 (patch)
tree4b697adc151c8c8a98218093cca9c8b1ff7bc2cd
parent254def7e87ccf676c847b1c3eb295ce0c4f8fbbd (diff)
downloadgsoc2013-evolution-b1907d048f1b32c46dddbe2d8332427dd6c584b4.tar
gsoc2013-evolution-b1907d048f1b32c46dddbe2d8332427dd6c584b4.tar.gz
gsoc2013-evolution-b1907d048f1b32c46dddbe2d8332427dd6c584b4.tar.bz2
gsoc2013-evolution-b1907d048f1b32c46dddbe2d8332427dd6c584b4.tar.lz
gsoc2013-evolution-b1907d048f1b32c46dddbe2d8332427dd6c584b4.tar.xz
gsoc2013-evolution-b1907d048f1b32c46dddbe2d8332427dd6c584b4.tar.zst
gsoc2013-evolution-b1907d048f1b32c46dddbe2d8332427dd6c584b4.zip
add new variable with the generated keys and desktop file listed so that
2005-02-22 Rodney Dawes <dobey@novell.com> * data/Makefile.am (CLEANFILES): add new variable with the generated keys and desktop file listed so that they get removed with make clean (EXTRA_DIST): Don't dist the generated keys file svn path=/trunk/; revision=28848
-rw-r--r--ChangeLog6
-rw-r--r--data/Makefile.am5
2 files changed, 10 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 356455230e..d0890d0dd5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2005-02-22 Rodney Dawes <dobey@novell.com>
+
+ * data/Makefile.am (CLEANFILES): add new variable with the generated
+ keys and desktop file listed so that they get removed with make clean
+ (EXTRA_DIST): Don't dist the generated keys file
+
2005-02-01 Priit Laes <amd@store20.com>
* configure.in : Remove duplicate entries for addressbook-groupwise,
diff --git a/data/Makefile.am b/data/Makefile.am
index 9dcb5ceb62..dfee0f16e3 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -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)