Mercurial > emacs
changeset 54673:09447687fd1f
Mention in comment that `make maintainer-clean' deletes .elc files.
author | Luc Teirlinck <teirllm@auburn.edu> |
---|---|
date | Thu, 01 Apr 2004 02:12:09 +0000 |
parents | 9d3cd6cdcc8d |
children | 5fb1ee559bf7 |
files | Makefile.in |
diffstat | 1 files changed, 3 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/Makefile.in Thu Apr 01 01:37:03 2004 +0000 +++ b/Makefile.in Thu Apr 01 02:12:09 2004 +0000 @@ -45,8 +45,9 @@ # make maintainer-clean # Delete everything from the current directory that can be # reconstructed with this Makefile. This typically includes -# everything deleted by distclean, plus more: C source files -# produced by Bison, tags tables, info files, and so on. +# everything deleted by distclean, plus more: .elc files, +# C source files produced by Bison, tags tables, info files, +# and so on. # # make extraclean # Still more severe - delete backup and autosave files, too.