summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorLuc Teirlinck <teirllm@auburn.edu>2004-04-01 02:12:09 +0000
committerLuc Teirlinck <teirllm@auburn.edu>2004-04-01 02:12:09 +0000
commitac43870a371bce194c9c0afcdeb0c64b384862cb (patch)
tree1228edd4bd1414159aee8352c095763bff4f996c /Makefile.in
parent7c5d0652bbb746005d0149afcb1702a6b279726d (diff)
downloademacs-ac43870a371bce194c9c0afcdeb0c64b384862cb.tar.gz
Mention in comment that `make maintainer-clean' deletes .elc files.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in5
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.