From 19b00280d47db6b4b7f1d9781a92f91c5b441a47 Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Sun, 12 Nov 1995 18:17:11 +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 9fd7472..69e7443 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 5381e6b..42cdd7e 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 5381e6b..42cdd7e 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.7.4