[gedit] Add MAINTAINERCLEANFILES for the sake of git.mk
- From: Paolo Borelli <pborelli src gnome org>
- To: svn-commits-list gnome org
- Subject: [gedit] Add MAINTAINERCLEANFILES for the sake of git.mk
- Date: Sat, 4 Jul 2009 11:01:23 +0000 (UTC)
commit 600bf89644607ff0b31f5d5a19c13b88ab44e1ad
Author: Paolo Borelli <porelli gnome org>
Date: Sat Jul 4 13:00:53 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 | 24 ++++++++++++++++++++++++
1 files changed, 24 insertions(+), 0 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index f7e273a..bfc6cae 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -27,6 +27,30 @@ DISTCLEANFILES = \
intltool-merge \
intltool-update
+MAINTAINERCLEANFILES = \
+ aclocal.m4 \
+ config.guess \
+ config.h.in \
+ config.sub \
+ depcomp \
+ gtk-doc.make \
+ install-sh \
+ ltmain.sh \
+ missing \
+ mkinstalldirs \
+ omf.make \
+ py-compile \
+ xmldocs.make \
+ 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
CHANGELOG_START = GEDIT_2_26_1
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]