[vinagre] Use git.mk to ignore files automatically



commit f4d5bec2358661a38957c6f5665aa7b9efb83e71
Author: Jonh Wendell <jwendell gnome org>
Date:   Mon Aug 24 22:05:13 2009 -0300

    Use git.mk to ignore files automatically

 .gitignore               |   75 ----------------------------------------------
 Makefile.am              |   17 ++++++++++
 data/icons/Makefile.am   |    2 +
 help/Makefile.am         |    1 +
 vinagre/view/Makefile.am |    2 +
 5 files changed, 22 insertions(+), 75 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index d19414f..77d85a8 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -21,6 +21,22 @@ DISTCLEANFILES =		\
 	intltool-merge		\
 	intltool-update
 
+MAINTAINERCLEANFILES = 		\
+	compile			\
+	aclocal.m4		\
+	config.guess		\
+	config.h.in		\
+	config.sub		\
+	depcomp			\
+	gnome-doc-utils.make	\
+	install-sh		\
+	ltmain.sh		\
+	missing			\
+	mkinstalldirs		\
+	omf.make		\
+	xmldocs.make		\
+	`find "$(srcdir)" -type f -name Makefile.in -print`
+
 DISTCHECK_CONFIGURE_FLAGS = --disable-scrollkeeper
 
 # Copy all the spec files. Of cource, only one is actually used.
@@ -31,3 +47,4 @@ dist-hook:
 		fi \
 	done
 
+-include $(top_srcdir)/git.mk
diff --git a/data/icons/Makefile.am b/data/icons/Makefile.am
index 211e371..1c76e61 100644
--- a/data/icons/Makefile.am
+++ b/data/icons/Makefile.am
@@ -99,3 +99,5 @@ uninstall-icons:
 install-data-local: install-icons update-icon-cache
 
 uninstall-local: uninstall-icons update-icon-cache
+
+-include $(top_srcdir)/git.mk
diff --git a/help/Makefile.am b/help/Makefile.am
index 91ec7c8..4035a6c 100644
--- a/help/Makefile.am
+++ b/help/Makefile.am
@@ -15,3 +15,4 @@ DOC_FIGURES = \
 
 DOC_LINGUAS = ca cs de el en_GB es fr it oc pl pt pt_BR sq sv th zh_CN
 
+-include $(top_srcdir)/git.mk
diff --git a/vinagre/view/Makefile.am b/vinagre/view/Makefile.am
index f2dd0f8..9663303 100644
--- a/vinagre/view/Makefile.am
+++ b/vinagre/view/Makefile.am
@@ -15,3 +15,5 @@ libview_la_SOURCES = \
 	drawer.h drawer.c \
 	ovBox.h ovBox.c \
 	$(NULL)
+
+-include $(top_srcdir)/git.mk



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