comparison Makefile.in @ 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 5e87926b06f4
children 68d5e826543e
comparison
equal deleted inserted replaced
54672:9d3cd6cdcc8d 54673:09447687fd1f
43 # distribution. 43 # distribution.
44 # 44 #
45 # make maintainer-clean 45 # make maintainer-clean
46 # Delete everything from the current directory that can be 46 # Delete everything from the current directory that can be
47 # reconstructed with this Makefile. This typically includes 47 # reconstructed with this Makefile. This typically includes
48 # everything deleted by distclean, plus more: C source files 48 # everything deleted by distclean, plus more: .elc files,
49 # produced by Bison, tags tables, info files, and so on. 49 # C source files produced by Bison, tags tables, info files,
50 # and so on.
50 # 51 #
51 # make extraclean 52 # make extraclean
52 # Still more severe - delete backup and autosave files, too. 53 # Still more severe - delete backup and autosave files, too.
53 54
54 SHELL = /bin/sh 55 SHELL = /bin/sh