changeset 30084:bafd38c61694

(DONTCOMPILE): Add comment that the name may not be changed without changing the make-dist script.
author Gerd Moellmann <gerd@gnu.org>
date Wed, 05 Jul 2000 20:03:53 +0000
parents 998d20abc885
children 7e9128a8782c
files lisp/Makefile.in
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/Makefile.in	Wed Jul 05 19:58:34 2000 +0000
+++ b/lisp/Makefile.in	Wed Jul 05 20:03:53 2000 +0000
@@ -23,7 +23,9 @@
 lisptagsfiles2 = $(lisp)/[a-zA-Z]*/[a-zA-Z]*.el
 ETAGS = ../lib-src/etags
 
-# Files which should not be compiled.
+# Files which should not be compiled.  If you change the name `DONTCOMPILE'
+# to something different, you'll have to change make-dist as well.
+#
 # - emacs-lisp/cl-specs.el:  only contains `def-edebug-spec's so there's
 #   no point compiling it, although it doesn't hurt.