[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
16-maintainercleanfiles.patch
From: |
Akim Demaille |
Subject: |
16-maintainercleanfiles.patch |
Date: |
Fri, 05 Oct 2001 18:21:32 +0200 |
Index: ChangeLog
from Akim Demaille <address@hidden>
* Makefile.am, config/Makefile.am, lib/emacs/Makefile.am,
* m4/Makefile.am, man/Makefile.am: Add/adjust MAINTAINERCLEANFILES.
Index: Makefile.am
--- Makefile.am Sun, 23 Sep 2001 16:12:48 +0200 akim
+++ Makefile.am Fri, 05 Oct 2001 16:41:24 +0200 akim
@@ -33,6 +33,8 @@
AMTAR = @AMTAR@
AWK = @AWK@
+MAINTAINERCLEANFILES = COPYING INSTALL configure
+
## -------------------- ##
## Forwarding targets. ##
## -------------------- ##
Index: config/Makefile.am
--- config/Makefile.am Sat, 23 Jun 2001 23:01:08 +0200 akim
+++ config/Makefile.am Fri, 05 Oct 2001 16:42:44 +0200 akim
@@ -1 +1,24 @@
+## Process this file with automake to create Makefile.in -*-Makefile-*-
+
+## Makefile for Autoconf.
+## Copyright 2001 Free Software Foundation, Inc.
+
+## This program is free software; you can redistribute it and/or modify
+## it under the terms of the GNU General Public License as published by
+## the Free Software Foundation; either version 2, or (at your option)
+## any later version.
+
+## This program is distributed in the hope that it will be useful,
+## but WITHOUT ANY WARRANTY; without even the implied warranty of
+## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+## GNU General Public License for more details.
+
+## You should have received a copy of the GNU General Public License
+## along with this program; if not, write to the Free Software
+## Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
+## 02111-1307, USA.
+
EXTRA_DIST = move-if-change prev-version.txt
+
+MAINTAINERCLEANFILES = config.guess config.sub install-sh mdate-sh missing \
+ mkinstalldirs texinfo.tex
Index: lib/emacs/Makefile.am
--- lib/emacs/Makefile.am Mon, 01 Oct 2001 16:36:39 +0200 akim
+++ lib/emacs/Makefile.am Fri, 05 Oct 2001 16:43:35 +0200 akim
@@ -18,3 +18,4 @@
## 02111-1307, USA.
dist_lisp_LISP = autoconf-mode.el autotest-mode.el
+MAINTAINERCLEANFILES = elisp-comp
Index: m4/Makefile.am
--- m4/Makefile.am Mon, 01 Oct 2001 16:36:39 +0200 akim
+++ m4/Makefile.am Fri, 05 Oct 2001 16:48:46 +0200 akim
@@ -18,14 +18,19 @@
## Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
## 02111-1307, USA.
-EXTRA_DIST = \
+GENERIC_MACROS = \
auxdir.m4 \
cond.m4 \
depend.m4 \
init.m4 \
install-sh.m4 \
-m4.m4 \
lispdir.m4 \
missing.m4 \
sanity.m4 \
strip.m4
+
+SPECIFIC_MACROS = \
+m4.m4
+
+EXTRA_DIST = $(GENERIC_MACROS) $(SPECIFIC_MACROS)
+MAINTAINERCLEANFILES = $(GENERIC_MACROS)
Index: man/Makefile.am
--- man/Makefile.am Sun, 23 Sep 2001 16:12:48 +0200 akim
+++ man/Makefile.am Fri, 05 Oct 2001 16:40:15 +0200 akim
@@ -25,7 +25,7 @@
autoscan.x autom4te.x config.guess.x config.sub.x
EXTRA_DIST = $(man_aux) common.x
-MAINTAINERCLEANFILES = $(man_MANS)
+MAINTAINERCLEANFILES = $(dist_man_MANS)
# Depend on configure.ac to get version number changes.
common_dep = $(top_srcdir)/configure.ac $(srcdir)/common.x
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- 16-maintainercleanfiles.patch,
Akim Demaille <=