From 581a7cd1953dcb86c60e3800e09e6d7d8ea16d0c Mon Sep 17 00:00:00 2001 From: Not Zed Date: Fri, 6 May 2005 11:26:06 +0000 Subject: renamed from mail-errors.xml, add i18n tags, fix some whitespace issues. 2005-05-06 Not Zed * mail.error.xml: renamed from mail-errors.xml, add i18n tags, fix some whitespace issues. Removed some unecessary translations. svn path=/trunk/; revision=29307 --- composer/Makefile.am | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) (limited to 'composer/Makefile.am') diff --git a/composer/Makefile.am b/composer/Makefile.am index 4d536dc95e..ffef638b7d 100644 --- a/composer/Makefile.am +++ b/composer/Makefile.am @@ -27,11 +27,11 @@ $(HTML_EDITOR_GENERATED): $(GTKHTML_DATADIR)/Editor.idl ## -error_DATA = mail-composer-errors.xml -error_i18n = $(error_DATA:.xml=.xml.h) +error_DATA = mail-composer.error errordir = $(privdatadir)/errors -%.xml.h: %.xml - $(top_builddir)/e-util/e-error-tool $^ + +# provides error rule +@EVO_PLUGIN_RULE@ idl_DATA = $(IDLS) @@ -80,13 +80,12 @@ libcomposer_la_SOURCES = \ listener.h EXTRA_DIST = \ - $(error_DATA) \ - $(error_i18n) \ + mail-composer.error.xml \ $(glade_DATA) \ $(IDLS) \ ChangeLog.pre-1-4 -BUILT_SOURCES = $(IDL_GENERATED) $(HTML_EDITOR_GENERATED) $(error_i18n) +BUILT_SOURCES = $(IDL_GENERATED) $(HTML_EDITOR_GENERATED) $(error_DATA) CLEANFILES = $(BUILT_SOURCES) dist-hook: -- cgit v1.2.3