diff options
author | Rodney Dawes <dobey@novell.com> | 2005-02-23 02:18:54 +0800 |
---|---|---|
committer | Rodney Dawes <dobey@src.gnome.org> | 2005-02-23 02:18:54 +0800 |
commit | b1907d048f1b32c46dddbe2d8332427dd6c584b4 (patch) | |
tree | 4b697adc151c8c8a98218093cca9c8b1ff7bc2cd | |
parent | 254def7e87ccf676c847b1c3eb295ce0c4f8fbbd (diff) | |
download | gsoc2013-evolution-b1907d048f1b32c46dddbe2d8332427dd6c584b4.tar.gz 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-- | ChangeLog | 6 | ||||
-rw-r--r-- | data/Makefile.am | 5 |
2 files changed, 10 insertions, 1 deletions
@@ -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) |