diff options
author | Richard M. Stallman <rms@gnu.org> | 1997-05-25 06:32:32 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1997-05-25 06:32:32 +0000 |
commit | f8fc2527ce935eb8b0862b01d3801d0ec4439e08 (patch) | |
tree | d3f709a33d5a0ed2fe79718fe7a4d9a1d1b9b7cc /lisp/Makefile | |
parent | a70dc410becded06617df35ec41231f06c0c069a (diff) | |
download | emacs-f8fc2527ce935eb8b0862b01d3801d0ec4439e08.tar.gz |
(dontcompilefiles): Add latin-1.el ... latin-4.el;
remove iso-syntax.el and i3-syntax.el.
Diffstat (limited to 'lisp/Makefile')
-rw-r--r-- | lisp/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/Makefile b/lisp/Makefile index 239d207722b..727b8172ea4 100644 --- a/lisp/Makefile +++ b/lisp/Makefile @@ -6,7 +6,8 @@ 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: forms-d2.el forms-pass.el +dontcompilefiles: latin-1.el latin-2.el latin-3.el latin-4.el dontcompilefiles: loaddefs.el loadup.el mule-conf.el patcomp.el dontcompilefiles: paths.el sc.el subdirs.el term-nasty.el version.el |