# HG changeset patch # User Luc Teirlinck # Date 1080785529 0 # Node ID 09447687fd1f702698fd31187b1fe720ed97d5b0 # Parent 9d3cd6cdcc8d8d99176da7cd37dcfb585652397b Mention in comment that `make maintainer-clean' deletes .elc files. diff -r 9d3cd6cdcc8d -r 09447687fd1f Makefile.in --- 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.