aboutsummaryrefslogtreecommitdiffstats
path: root/mail/Makefile.am
diff options
context:
space:
mode:
authorNot Zed <NotZed@Ximian.com>2005-05-06 19:26:06 +0800
committerMichael Zucci <zucchi@src.gnome.org>2005-05-06 19:26:06 +0800
commit581a7cd1953dcb86c60e3800e09e6d7d8ea16d0c (patch)
tree1e70d8e7341d1c3c0502f6d031afea35edbc1032 /mail/Makefile.am
parent98016cc549d752080eccffbaa7f2aae099195bd6 (diff)
downloadgsoc2013-evolution-581a7cd1953dcb86c60e3800e09e6d7d8ea16d0c.tar
gsoc2013-evolution-581a7cd1953dcb86c60e3800e09e6d7d8ea16d0c.tar.gz
gsoc2013-evolution-581a7cd1953dcb86c60e3800e09e6d7d8ea16d0c.tar.bz2
gsoc2013-evolution-581a7cd1953dcb86c60e3800e09e6d7d8ea16d0c.tar.lz
gsoc2013-evolution-581a7cd1953dcb86c60e3800e09e6d7d8ea16d0c.tar.xz
gsoc2013-evolution-581a7cd1953dcb86c60e3800e09e6d7d8ea16d0c.tar.zst
gsoc2013-evolution-581a7cd1953dcb86c60e3800e09e6d7d8ea16d0c.zip
renamed from mail-errors.xml, add i18n tags, fix some whitespace issues.
2005-05-06 Not Zed <NotZed@Ximian.com> * mail.error.xml: renamed from mail-errors.xml, add i18n tags, fix some whitespace issues. Removed some unecessary translations. svn path=/trunk/; revision=29307
Diffstat (limited to 'mail/Makefile.am')
-rw-r--r--mail/Makefile.am12
1 files changed, 5 insertions, 7 deletions
diff --git a/mail/Makefile.am b/mail/Makefile.am
index 78ce20e60f..567e2256b9 100644
--- a/mail/Makefile.am
+++ b/mail/Makefile.am
@@ -218,11 +218,10 @@ server_DATA = $(server_in_files:.server.in.in=_$(BASE_VERSION).server)
filterdir = $(privdatadir)
filter_DATA = filtertypes.xml vfoldertypes.xml searchtypes.xml
-error_DATA = mail-errors.xml
-error_i18n = $(error_DATA:.xml=.xml.h)
+error_DATA = mail.error
errordir = $(privdatadir)/errors
-%.xml.h: %.xml
- $(top_builddir)/e-util/e-error-tool $^
+# provides error rules too
+@EVO_PLUGIN_RULE@
em-filter-i18n.h: filtertypes.xml vfoldertypes.xml searchtypes.xml
echo "/* Automatically generated. Do not edit. */" > $@; \
@@ -240,8 +239,7 @@ EXTRA_DIST = \
ChangeLog.pre-1-4 \
em-marshal.list \
$(SPELL_IDL) \
- $(error_DATA) \
- $(error_i18n) \
+ mail.error.xml \
$(glade_DATA) \
$(schema_in_files) \
$(server_in_files) \
@@ -288,6 +286,6 @@ install-data-local:
dist-hook:
cd $(distdir); rm -f $(BUILT_SOURCES)
-BUILT_SOURCES = $(SPELL_IDL_GENERATED) $(MARSHAL_GENERATED) $(server_DATA) $(error_i18n)
+BUILT_SOURCES = $(SPELL_IDL_GENERATED) $(MARSHAL_GENERATED) $(server_DATA) $(error_DATA)
CLEANFILES = $(BUILT_SOURCES)