]> code.delx.au - gnu-emacs/commitdiff
Mention in comment that `make maintainer-clean' deletes .elc files.
authorLuc Teirlinck <teirllm@auburn.edu>
Thu, 1 Apr 2004 02:12:09 +0000 (02:12 +0000)
committerLuc Teirlinck <teirllm@auburn.edu>
Thu, 1 Apr 2004 02:12:09 +0000 (02:12 +0000)
Makefile.in

index d7ed0676b0c2ff9756be7f36d20e6499d080efbc..7bfed3fd5ea7f00935c22c4a684983bc08e9be35 100644 (file)
@@ -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.