[evolution] Add MAINTAINERCLEANFILES based on Pango.



commit 9934dcecd2b983e671ceb0daa1466ad8d13d90b3
Author: Matthew Barnes <mbarnes redhat com>
Date:   Tue Jun 2 11:33:19 2009 -0400

    Add MAINTAINERCLEANFILES based on Pango.
---
 Makefile.am      |   30 ++++++++++++++++++++++--------
 mail/Makefile.am |    2 +-
 2 files changed, 23 insertions(+), 9 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index f341656..5dd4fab 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -59,16 +59,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 8fbac19..8d555b1 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



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]