[gtranslator] Add MAINTAINERCLEANFILES for the sake of git.mk



commit f7fdbf07da457185a55432886db4c1686c29928f
Author: Paolo Borelli <pborelli gnome org>
Date:   Sun Aug 16 21:49:09 2009 +0200

    Add MAINTAINERCLEANFILES for the sake of git.mk
    
    Add files to remove on make maintainer-clean so that git.mk figures out
    that they should be ignored

 Makefile.am |   21 +++++++++++++++++++++
 1 files changed, 21 insertions(+), 0 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 0f7b8e0..287eee0 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -14,5 +14,26 @@ EXTRA_DIST= \
 DISTCLEANFILES = 		\
 	gnome-doc-utils.make    
 
+MAINTAINERCLEANFILES = 		\
+	aclocal.m4		\
+	config.guess		\
+	config.h.in		\
+	config.sub		\
+	depcomp			\
+	gtk-doc.make		\
+	install-sh		\
+	ltmain.sh		\
+	missing			\
+	mkinstalldirs		\
+	m4/gnome-doc-utils.m4	\
+	m4/gtk-doc.m4		\
+	m4/intltool.m4		\
+	m4/libtool.m4		\
+	m4/ltoptions.m4		\
+	m4/ltsugar.m4		\
+	m4/ltversion.m4		\
+	m4/lt~obsolete.m4	\
+	`find "$(srcdir)" -type f -name Makefile.in -print`
+
 DISTCHECK_CONFIGURE_FLAGS = --disable-scrollkeeper --enable-gtk-doc
 -include $(top_srcdir)/git.mk



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