diff options
author | Not Zed <NotZed@Ximian.com> | 2005-05-06 19:26:06 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2005-05-06 19:26:06 +0800 |
commit | 581a7cd1953dcb86c60e3800e09e6d7d8ea16d0c (patch) | |
tree | 1e70d8e7341d1c3c0502f6d031afea35edbc1032 /composer/Makefile.am | |
parent | 98016cc549d752080eccffbaa7f2aae099195bd6 (diff) | |
download | gsoc2013-evolution-581a7cd1953dcb86c60e3800e09e6d7d8ea16d0c.tar.gz 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 'composer/Makefile.am')
-rw-r--r-- | composer/Makefile.am | 13 |
1 files changed, 6 insertions, 7 deletions
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: |