[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 18/19] clean tool-versions.txt for 'make distclean'
From: |
James Youngman |
Subject: |
[PATCH 18/19] clean tool-versions.txt for 'make distclean' |
Date: |
Fri, 10 Apr 2009 23:53:15 +0100 |
Signed-off-by: James Youngman <address@hidden>
(cherry picked from commit 530e4a541d463d7724159c8e479e33823cea0549)
---
Makefile.am | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/Makefile.am b/Makefile.am
index 3086058..4927b00 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -4,6 +4,8 @@ AUTOMAKE_OPTIONS=gnits
EXTRA_DIST = COPYING ChangeLog TODO config.h.in stamp-h.in \
THANKS import-gnulib.sh import-gnulib.config \
tool-versions.txt README-hacking
+DISTCLEANFILES = tool-versions.txt
+
# "tests" is the gnulib unit test dir.
SUBDIRS = gnulib tests build-aux lib find xargs locate doc po m4
@@ -24,8 +26,6 @@ tool-versions.txt: Makefile
makeinfo --version ) > $@
-# DISTCLEANFILES = intl/libintl.h
-
dist-hook: jy-regex-fix findutils-check-pofiles findutils-check-testfiles
--
1.5.6.5
- [PATCH 08/19] Typo fix from Jim Meyering <address@hidden>, (continued)
- [PATCH 08/19] Typo fix from Jim Meyering <address@hidden>, James Youngman, 2009/04/10
- [PATCH 09/19] fix a typo in a comment, James Youngman, 2009/04/10
- [PATCH 10/19] find: avoid using undefined statbuf, James Youngman, 2009/04/10
- [PATCH 11/19] find: Fix -regexptype parse specification bug: declare as POSOPT., James Youngman, 2009/04/10
- [PATCH 12/19] find: avoid warning about unused local, remove unnecessary include., James Youngman, 2009/04/10
- [PATCH 13/19] Really apply Jim's earlier patch., James Youngman, 2009/04/10
- [PATCH 14/19] Fix Savannah bug #25764, duplicate entry for proc in PRUNEFS., James Youngman, 2009/04/10
- [PATCH 15/19] Provide more detailed help on how to work with the git sources., James Youngman, 2009/04/10
- [PATCH 16/19] Ignore 'compile', James Youngman, 2009/04/10
- [PATCH 17/19] Change suffix for non-release versions from -CVS to -git., James Youngman, 2009/04/10
- [PATCH 18/19] clean tool-versions.txt for 'make distclean',
James Youngman <=
- [PATCH 19/19] Remove unused Debian files; the Debian package doesn't use them., James Youngman, 2009/04/10