diff options
author | Rodney Dawes <dobey@novell.com> | 2004-05-27 22:50:12 +0800 |
---|---|---|
committer | Rodney Dawes <dobey@src.gnome.org> | 2004-05-27 22:50:12 +0800 |
commit | 34620f5fb64f6667c84cc61a73c05448067b919e (patch) | |
tree | 0f9fa7914be6252227cc7d7d7c3cbb731ac6cf29 /shell/Makefile.am | |
parent | f0398d66abfaa55ed49ab3309377aa1afd309f2b (diff) | |
download | gsoc2013-evolution-34620f5fb64f6667c84cc61a73c05448067b919e.tar.gz gsoc2013-evolution-34620f5fb64f6667c84cc61a73c05448067b919e.tar.zst gsoc2013-evolution-34620f5fb64f6667c84cc61a73c05448067b919e.zip |
Don't dist $(error_i18n) as it requires e-error-tool to be built
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
* shell-errors.xml.(h|in): Remove these from CVS, the .in is not used
any more, and the .h is generated from the .xml
svn path=/trunk/; revision=26111
Diffstat (limited to 'shell/Makefile.am')
-rw-r--r-- | shell/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/Makefile.am b/shell/Makefile.am index 4a4715a20e..b358c0d547 100644 --- a/shell/Makefile.am +++ b/shell/Makefile.am @@ -258,7 +258,7 @@ EXTRA_DIST = \ $(IDLS) \ $(server_in_files) \ GNOME_Evolution_Test.server.in.in \ - $(error_DATA) $(error_i18n) \ + $(error_DATA) \ $(etspec_DATA) \ $(schema_DATA) \ $(icons) \ |