summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbrl <brl>2006-11-21 17:03:31 +0000
committerbrl <brl>2006-11-21 17:03:31 +0000
commit8e9f0f9df55f5f5cf5de9d31a2d887cf0abca359 (patch)
tree039cac0c24290d8f95b80c166afc48e7b2c617e4
parent41ee1578d0b079b60a224ad8a595af42b86b0c72 (diff)
downloadratpoison-8e9f0f9df55f5f5cf5de9d31a2d887cf0abca359.zip
complete MAINTAINERCLEANFILES variables
-rw-r--r--ChangeLog6
-rw-r--r--Makefile.am4
-rw-r--r--contrib/Makefile.am1
-rw-r--r--doc/Makefile.am1
-rw-r--r--src/Makefile.am3
5 files changed, 12 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 2ca91b1..20219c5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2006-11-21 Bernhard R. Link <brlink@debian.org>
+
+ * add MAINTAINERCLEANFILES variables to sub Makefile.ams
+
+ * add depcomp to top-level Makefile.am's MAINTAINERCLEANFILES
+
2006-11-18 Shawn Betts <sabetts@vcn.bc.ca>
* src/split.c (show_frame_message): handle the case when the frame
diff --git a/Makefile.am b/Makefile.am
index 78cdacc..a368274 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -17,7 +17,7 @@
## along with this program; if not, write to the Free Software
## Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
##
-## $Id: Makefile.am,v 1.11 2004/12/03 01:20:56 sabetts Exp $
+## $Id: Makefile.am,v 1.12 2006/11/21 17:03:31 brl Exp $
PACKAGE = @PACKAGE@
VERSION = @VERSION@
@@ -25,7 +25,7 @@ VERSION = @VERSION@
CLEANFILES = *~ gmon.out
MAINTAINERCLEANFILES = Makefile.in aclocal.m4 \
config.guess config.h.in config.sub configure \
- install-sh missing mkinstalldirs stamp-h.in
+ install-sh missing mkinstalldirs stamp-h.in depcomp
SUBDIRS = src doc contrib
diff --git a/contrib/Makefile.am b/contrib/Makefile.am
index b73d4eb..5ae7445 100644
--- a/contrib/Makefile.am
+++ b/contrib/Makefile.am
@@ -21,3 +21,4 @@ bin_SCRIPTS = rpws
pkgdata_DATA = ratpoison.el split.sh genrpbindings rpws allwindows.sh clickframe.pl rpshowall.sh unrat.c sloppy.c
EXTRA_DIST = ratpoison.el split.sh genrpbindings rpws allwindows.sh clickframe.pl rpshowall.sh unrat.c sloppy.c
+MAINTAINERCLEANFILES = Makefile.in
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 895268b..4edf929 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -20,3 +20,4 @@
info_TEXINFOS = ratpoison.texi
man_MANS = ratpoison.1
EXTRA_DIST = $(man_MANS) sample.ratpoisonrc ipaq.ratpoisonrc
+MAINTAINERCLEANFILES = Makefile.in texinfo.tex
diff --git a/src/Makefile.am b/src/Makefile.am
index c9fd5c9..64e7163 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -17,9 +17,10 @@
## along with this program; if not, write to the Free Software
## Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
##
-## $Id: Makefile.am,v 1.23 2006/03/15 05:43:38 sabetts Exp $
+## $Id: Makefile.am,v 1.24 2006/11/21 17:03:31 brl Exp $
bin_PROGRAMS = ratpoison
+MAINTAINERCLEANFILES = Makefile.in config.h.in
ratpoison_SOURCES = actions.c \
actions.h \