diff options
author | Rodney Dawes <dobey@novell.com> | 2004-05-28 02:23:57 +0800 |
---|---|---|
committer | Rodney Dawes <dobey@src.gnome.org> | 2004-05-28 02:23:57 +0800 |
commit | 59751421bd172683daf29a9c11cc52a7b988d319 (patch) | |
tree | d4b902059d704170c9023622666d456ed64492c9 /shell | |
parent | c4f37587b1b72c387001c88f6bcb4015b3ffbe81 (diff) | |
download | gsoc2013-evolution-59751421bd172683daf29a9c11cc52a7b988d319.tar.gz gsoc2013-evolution-59751421bd172683daf29a9c11cc52a7b988d319.tar.zst gsoc2013-evolution-59751421bd172683daf29a9c11cc52a7b988d319.zip |
Require e-error-tool
2004-05-27 Rodney Dawes <dobey@novell.com>
* e-util/Makefile.am (dist-hook): Require e-error-tool
2004-05-27 Rodney Dawes <dobey@novell.com>
* */Makefile.am (EXTRA_DIST): Add $(error_i18n) for "make dist"
svn path=/trunk/; revision=26114
Diffstat (limited to 'shell')
-rw-r--r-- | shell/ChangeLog | 4 | ||||
-rw-r--r-- | shell/Makefile.am | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index 67ef492e08..94ec81826b 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,5 +1,9 @@ 2004-05-27 Rodney Dawes <dobey@novell.com> + * Makefile.am (EXTRA_DIST): Add $(error_i18n) for "make dist" + +2004-05-27 Rodney Dawes <dobey@novell.com> + * Makefile.am (EXTRA_DIST): Don't dist $(error_i18n) as it requires e-error-tool to be built diff --git a/shell/Makefile.am b/shell/Makefile.am index b358c0d547..4f63855222 100644 --- a/shell/Makefile.am +++ b/shell/Makefile.am @@ -259,6 +259,7 @@ EXTRA_DIST = \ $(server_in_files) \ GNOME_Evolution_Test.server.in.in \ $(error_DATA) \ + $(error_i18n) \ $(etspec_DATA) \ $(schema_DATA) \ $(icons) \ |