diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2009-06-02 23:33:19 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2009-06-02 23:33:19 +0800 |
commit | 9934dcecd2b983e671ceb0daa1466ad8d13d90b3 (patch) | |
tree | e72bac8d9a3c0991cd53d46108329755a13f4e7b /mail | |
parent | 7f9d248a0ad8c092fe028cffc5a77704dd957173 (diff) | |
download | gsoc2013-evolution-9934dcecd2b983e671ceb0daa1466ad8d13d90b3.tar.gz gsoc2013-evolution-9934dcecd2b983e671ceb0daa1466ad8d13d90b3.tar.zst gsoc2013-evolution-9934dcecd2b983e671ceb0daa1466ad8d13d90b3.zip |
Add MAINTAINERCLEANFILES based on Pango.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/Makefile.am b/mail/Makefile.am index 8fbac19ce0..8d555b1204 100644 --- a/mail/Makefile.am +++ b/mail/Makefile.am @@ -286,7 +286,7 @@ errordir = $(privdatadir)/errors em-filter-i18n.h: filtertypes.xml vfoldertypes.xml searchtypes.xml echo "/* Automatically generated. Do not edit. */" > $@; \ cat $(srcdir)/filtertypes.xml $(srcdir)/vfoldertypes.xml $(srcdir)/searchtypes.xml | \ - sed -n -e 's:.*<title>\(.*\)</title>:char *s = N_("\1");:p' | \ + sed -n -e 's:.*<title>\(.*\)</title>:gchar *s = N_("\1");:p' | \ sort -u >> $@ glade_DATA = mail-config.glade mail-dialogs.glade |