Mercurial > emacs
diff src/Makefile.in @ 10684:91798dbdac12
(maintainer-clean): Renamed from realclean.
Print warning message.
| author | Richard M. Stallman <rms@gnu.org> |
|---|---|
| date | Tue, 07 Feb 1995 23:54:00 +0000 |
| parents | eb798bab393d |
| children | 30ec7c9dcdb9 |
line wrap: on
line diff
--- 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*
