diff options
author | Luc Teirlinck <teirllm@auburn.edu> | 2004-04-01 02:12:09 +0000 |
---|---|---|
committer | Luc Teirlinck <teirllm@auburn.edu> | 2004-04-01 02:12:09 +0000 |
commit | 8aa2d05f88685a8bcf08249c0b4fa8a67a07779d (patch) | |
tree | cde1dac22991623f0ebd159185c29b97e7dc726b /Makefile.in | |
parent | 71c8db4cd53ac3da32bd4fd2f76b9f1124675026 (diff) | |
download | emacs-8aa2d05f88685a8bcf08249c0b4fa8a67a07779d.tar.gz |
Mention in comment that `make maintainer-clean' deletes .elc files.
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in index d7ed0676b0c..7bfed3fd5ea 100644 --- a/Makefile.in +++ b/Makefile.in @@ -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. |