# HG changeset patch # User Richard M. Stallman # Date 792201240 0 # Node ID 91798dbdac12e289faf48e3ea5c0138a6568a6d4 # Parent 64e6021d0ba0e3a88a2f109da35d20e12ea9215e (maintainer-clean): Renamed from realclean. Print warning message. diff -r 64e6021d0ba0 -r 91798dbdac12 src/Makefile.in --- a/src/Makefile.in Tue Feb 07 22:51:35 1995 +0000 +++ b/src/Makefile.in Tue Feb 07 23:54:00 1995 +0000 @@ -924,7 +924,9 @@ /**/# Do not use it on development directories! distclean: clean rm -f paths.h config.h Makefile Makefile.in ../etc/DOC-* -realclean: distclean +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 versionclean: -rm -f emacs emacs-* ../etc/DOC*