[hitori] Ensure all files are cleaned and git ignored as appropriate



commit c1245cc5fe5ab5e3c0ccda78136a096b6157460d
Author: Philip Withnall <philip tecnocode co uk>
Date:   Sun Oct 17 20:46:55 2010 +0100

    Ensure all files are cleaned and git ignored as appropriate

 Makefile.am      |   25 +++++++++++++++++++++++++
 help/Makefile.am |    5 +++++
 2 files changed, 30 insertions(+), 0 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 9aa4ebf..ff5c7f0 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -88,6 +88,7 @@ CLEANFILES = $(desktop_DATA)
 
 # Gubbins
 EXTRA_DIST += \
+	ABOUT-NLS \
 	autogen.sh \
 	intltool-extract.in \
 	intltool-merge.in \
@@ -101,6 +102,14 @@ EXTRA_DIST += \
 	NEWS \
 	ChangeLog.pre-0-2-2 \
 	po/ChangeLog.pre-0-2-2 \
+	po/Makevars.template \
+	po/Rules-quot \
+	po/boldquot.sed \
+	po/en boldquot header \
+	po/en quot header \
+	po/insert-header.sin \
+	po/quot.sed \
+	po/remove-potcdate.sin \
 	MAINTAINERS \
 	hitori.doap \
 	$(NULL)
@@ -112,22 +121,38 @@ DISTCLEANFILES = \
 	$(NULL)
 
 MAINTAINERCLEANFILES = \
+	ABOUT-NLS \
 	INSTALL \
 	aclocal.m4 \
 	compile \
 	config.guess \
 	config.h.in \
+	config.rpath \
 	config.sub \
 	depcomp \
 	install-sh \
+	intltool-extract.in \
+	intltool-merge.in \
+	intltool-update.in \
 	ltmain.sh \
+	`find "m4" -type f -name "*.m4" -print` \
 	missing \
 	mkinstalldirs \
 	gnome-doc-utils.make \
 	ChangeLog \
 	`find "$(srcdir)" -type f -name Makefile.in -print` \
+	po/Makevars.template \
+	po/Rules-quot \
+	po/boldquot.sed \
+	po/en boldquot header \
+	po/en quot header \
+	po/insert-header.sin \
+	po/quot.sed \
+	po/remove-potcdate.sin \
 	$(NULL)
 
+GITIGNOREFILES = src/.dirstamp
+
 DISTCHECK_CONFIGURE_FLAGS = --disable-scrollkeeper
 
 # Copy all the spec files. Of course, only one is actually used.
diff --git a/help/Makefile.am b/help/Makefile.am
index 58d114c..6ee1168 100644
--- a/help/Makefile.am
+++ b/help/Makefile.am
@@ -14,4 +14,9 @@ DOC_PAGES = \
 
 EXTRA_DIST = ChangeLog.pre-0-2-2
 
+GITIGNOREFILES = \
+	$(_DOC_LC_PAGES) \
+	$(_DOC_MOFILES) \
+	$(NULL)
+
 -include $(top_srcdir)/git.mk



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