ratpoison-devel
[Top][All Lists]
Advanced

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

[RP] [PATCH] clean more files on maintainer-clean


From: Bernhard R. Link
Subject: [RP] [PATCH] clean more files on maintainer-clean
Date: Fri, 13 Oct 2006 14:26:20 +0200
User-agent: Mutt/1.5.9i

the following patch lists some more files to be deleted on
make maintainer-clean
which after this change deletes all files generated by
autotools (at least by the versions I use) that are not
in CVS.

Hochachtungsvoll,
        Bernhard R. Link

Index: contrib/Makefile.am
===================================================================
RCS file: /cvsroot/ratpoison/ratpoison/contrib/Makefile.am,v
retrieving revision 1.13
diff -u -r1.13 Makefile.am
--- contrib/Makefile.am 2 Apr 2006 20:46:32 -0000       1.13
+++ contrib/Makefile.am 13 Oct 2006 12:23:24 -0000
@@ -17,6 +17,8 @@
 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
 #
 
+MAINTAINERCLEANFILES = Makefile.in
+
 bin_SCRIPTS = rpws
 
 pkgdata_DATA = ratpoison.el split.sh genrpbindings rpws allwindows.sh 
clickframe.pl rpshowall.sh unrat.c sloppy.c
Index: doc/Makefile.am
===================================================================
RCS file: /cvsroot/ratpoison/ratpoison/doc/Makefile.am,v
retrieving revision 1.8
diff -u -r1.8 Makefile.am
--- doc/Makefile.am     4 Dec 2004 03:33:24 -0000       1.8
+++ doc/Makefile.am     13 Oct 2006 12:23:24 -0000
@@ -17,6 +17,7 @@
 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
 #
 
+MAINTAINERCLEANFILES   = Makefile.in texinfo.tex
 info_TEXINFOS = ratpoison.texi
 man_MANS      = ratpoison.1
 EXTRA_DIST    = $(man_MANS) sample.ratpoisonrc ipaq.ratpoisonrc
Index: src/Makefile.am
===================================================================
RCS file: /cvsroot/ratpoison/ratpoison/src/Makefile.am,v
retrieving revision 1.23
diff -u -r1.23 Makefile.am
--- src/Makefile.am     15 Mar 2006 05:43:38 -0000      1.23
+++ src/Makefile.am     13 Oct 2006 12:23:24 -0000
@@ -19,6 +19,8 @@
 ##
 ## $Id: Makefile.am,v 1.23 2006/03/15 05:43:38 sabetts Exp $
 
+MAINTAINERCLEANFILES   = Makefile.in config.h.in stamp-h.in
+
 bin_PROGRAMS           = ratpoison
 
 ratpoison_SOURCES      = actions.c             \

Attachment: mclean.diff
Description: Text document


reply via email to

[Prev in Thread] Current Thread [Next in Thread]