aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2009-06-02 23:33:19 +0800
committerMatthew Barnes <mbarnes@redhat.com>2009-06-03 02:04:20 +0800
commit0ad38c65f59b24c9bc3eb9b7be0beefe0050c639 (patch)
treee6afe08a40a5199d6bfd7007ad63e291db21b807
parent5a607f1be68407d7354564f96a10a0c3a85d1982 (diff)
downloadgsoc2013-evolution-0ad38c65f59b24c9bc3eb9b7be0beefe0050c639.tar
gsoc2013-evolution-0ad38c65f59b24c9bc3eb9b7be0beefe0050c639.tar.gz
gsoc2013-evolution-0ad38c65f59b24c9bc3eb9b7be0beefe0050c639.tar.bz2
gsoc2013-evolution-0ad38c65f59b24c9bc3eb9b7be0beefe0050c639.tar.lz
gsoc2013-evolution-0ad38c65f59b24c9bc3eb9b7be0beefe0050c639.tar.xz
gsoc2013-evolution-0ad38c65f59b24c9bc3eb9b7be0beefe0050c639.tar.zst
gsoc2013-evolution-0ad38c65f59b24c9bc3eb9b7be0beefe0050c639.zip
Add MAINTAINERCLEANFILES based on Pango.
-rw-r--r--Makefile.am30
-rw-r--r--mail/Makefile.am2
2 files changed, 23 insertions, 9 deletions
diff --git a/Makefile.am b/Makefile.am
index 2dcc6ce3df..aa038cad51 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -84,16 +84,30 @@ if WITH_HELP
SUBDIRS += help
endif
-DISTCLEANFILES = \
- doltcompile \
- doltlibtool \
- intltool-extract \
- intltool-merge \
- intltool-update \
- iconv-detect.h \
- gnome-doc-utils.make \
+DISTCLEANFILES = \
+ $(srcdir)/doltcompile \
+ $(srcdir)/doltlibtool \
+ $(srcdir)/intltool-extract \
+ $(srcdir)/intltool-merge \
+ $(srcdir)/intltool-update \
+ $(srcdir)/iconv-detect.h \
$(pkgconfig_DATA)
+MAINTAINERCLEANFILES = \
+ $(srcdir)/INSTALL \
+ $(srcdir)/aclocal.m4 \
+ $(srcdir)/autoscan.log \
+ $(srcdir)/config.guess \
+ $(srcdir)/config.h.in \
+ $(srcdir)/config.sub \
+ $(srcdir)/configure.scan \
+ $(srcdir)/depcomp \
+ $(srcdir)/install-sh \
+ $(srcdir)/ltmain.sh \
+ $(srcdir)/missing \
+ $(srcdir)/mkinstalldirs \
+ $(srcdir)/gnome-doc-utils.make
+
# Scrollkeeper must be disabled for distcheck to work because
# distcheck uses a custom prefix. See GNOME bug #354357.
DISTCHECK_CONFIGURE_FLAGS = \
diff --git a/mail/Makefile.am b/mail/Makefile.am
index 25441641dc..045f28eee5 100644
--- a/mail/Makefile.am
+++ b/mail/Makefile.am
@@ -224,7 +224,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