[totem-pl-parser] build: Add missing files to MAINTAINERCLEANFILES



commit 81e48fdccd3ea0b3269ca13c4dbbbeb250f634db
Author: Philip Withnall <philip tecnocode co uk>
Date:   Wed Dec 21 12:15:43 2011 +0000

    build: Add missing files to MAINTAINERCLEANFILES
    
    This means they get cleaned appropriately, and also put in .gitignore.
    
    Also remove a generated file from git.

 Makefile.am                        |   24 +++++++++++++++++++++++-
 plparse/totem-pl-parser-builtins.h |   25 -------------------------
 2 files changed, 23 insertions(+), 26 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 4b12d64..a45b7a1 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -12,13 +12,35 @@ EXTRA_DIST =			\
 	gtk-doc.make		\
 	totem-plparser.pc.in	\
 	totem-plparser-mini.pc	\
-	totem-pl-parser.spec
+	totem-pl-parser.spec	\
+	totem-pl-parser.doap	\
+	MAINTAINERS		\
+	$(NULL)
 
 CLEANFILES = totem-plparser.pc
 
 DISTCLEANFILES = intltool-extract intltool-merge intltool-update \
 		 gnome-doc-utils.make gtk-doc.make
 
+MAINTAINERCLEANFILES = \
+	INSTALL \
+	aclocal.m4 \
+	compile \
+	config.guess \
+	config.h.in \
+	config.sub \
+	depcomp \
+	install-sh \
+	intltool-extract.in \
+	intltool-merge.in \
+	intltool-update.in \
+	ltmain.sh \
+	missing \
+	gtk-doc.make \
+	ChangeLog \
+	`find "$(srcdir)" -type f -name Makefile.in -print` \
+	$(NULL)
+
 pkgconfigdir = $(libdir)/pkgconfig
 pkgconfig_DATA = totem-plparser.pc totem-plparser-mini.pc
 



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