From 84e5a177eb4688784e36ef2412baf8478a4957b6 Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Sun, 12 Nov 1995 18:16:56 +0000 Subject: [PATCH] (maintainer-clean): Updated rules per GNU standards. --- clean-kr.am | 2 ++ clean.am | 2 ++ lib/am/clean.am | 2 ++ 3 files changed, 6 insertions(+) diff --git a/clean-kr.am b/clean-kr.am index 9fd74724..69e74436 100644 --- a/clean-kr.am +++ b/clean-kr.am @@ -9,5 +9,7 @@ distclean: clean rm -f config.cache config.log config.status ${CONFIG_HEADER} stamp-h maintainer-clean: distclean + @echo "This command is intended for maintainers to use;" + @echo "it deletes files that may require special tools to rebuild." rm -f TAGS $(INFOS) diff --git a/clean.am b/clean.am index 5381e6b8..42cdd7e8 100644 --- a/clean.am +++ b/clean.am @@ -9,5 +9,7 @@ distclean: clean rm -f config.cache config.log config.status ${CONFIG_HEADER} stamp-h maintainer-clean: distclean + @echo "This command is intended for maintainers to use;" + @echo "it deletes files that may require special tools to rebuild." rm -f TAGS $(INFOS) diff --git a/lib/am/clean.am b/lib/am/clean.am index 5381e6b8..42cdd7e8 100644 --- a/lib/am/clean.am +++ b/lib/am/clean.am @@ -9,5 +9,7 @@ distclean: clean rm -f config.cache config.log config.status ${CONFIG_HEADER} stamp-h maintainer-clean: distclean + @echo "This command is intended for maintainers to use;" + @echo "it deletes files that may require special tools to rebuild." rm -f TAGS $(INFOS) -- 2.43.5