mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-16 09:14:18 +00:00
(DONTCOMPILE): Add comment that the name may
not be changed without changing the make-dist script.
This commit is contained in:
parent
bde5503bf1
commit
da7d597f76
1 changed files with 3 additions and 1 deletions
|
|
@ -23,7 +23,9 @@ lisptagsfiles1 = $(lisp)/[a-zA-Z]*.el
|
|||
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.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue