mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-25 23:10:47 -08:00
(dontcompilefiles): Add list of files that should not be byte-compiled.
This commit is contained in:
parent
83d7d14c03
commit
e51f50efcd
1 changed files with 5 additions and 0 deletions
|
|
@ -5,6 +5,11 @@ EMACS = emacs
|
|||
SOURCES = *.el COPYING Makefile
|
||||
lisptagsfiles = [a-zA-Z]*.el */[a-zA-Z]*.el
|
||||
|
||||
dontcompilefiles: bindings.el blessmail.el bruce.el cus-load.el cus-start.el
|
||||
dontcompilefiles: forms-d2.el forms-pass.el i3-syntax.el iso-syntax.el
|
||||
dontcompilefiles: loaddefs.el loadup.el mule-conf.el patcomp.el
|
||||
dontcompilefiles: paths.el sc.el subdirs.el term-nasty.el version.el
|
||||
|
||||
doit:
|
||||
|
||||
custom-deps: doit
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue