mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-23 10:34:07 +00:00
(DONTCOMPILE): Add various term files.
This commit is contained in:
parent
af900b233d
commit
6c317bd2b4
@ -1,3 +1,11 @@
|
||||
2001-01-26 Gerd Moellmann <gerd@gnu.org>
|
||||
|
||||
* makefile.w32-in (DONTCOMPILE): Add various term files.
|
||||
|
||||
2001-01-26 Dave Love <fx@gnu.org>
|
||||
|
||||
* Makefile.in (DONTCOMPILE): Add various term files.
|
||||
|
||||
2001-01-26 Gerd Moellmann <gerd@gnu.org>
|
||||
|
||||
* man.el (Man-default-man-entry, Man-mode): Doc fix.
|
||||
|
@ -56,6 +56,26 @@ DONTCOMPILE = \
|
||||
$(lisp)/play/bruce.el \
|
||||
$(lisp)/subdirs.el \
|
||||
$(lisp)/term/internal.el \
|
||||
$(lisp)/term/AT386.el \
|
||||
$(lisp)/term/apollo.el \
|
||||
$(lisp)/term/bobcat.el \
|
||||
$(lisp)/term/iris-ansi.el \
|
||||
$(lisp)/term/keyswap.el \
|
||||
$(lisp)/term/linux.el \
|
||||
$(lisp)/term/lk201.el \
|
||||
$(lisp)/term/news.el \
|
||||
$(lisp)/term/vt102.el \
|
||||
$(lisp)/term/vt125.el \
|
||||
$(lisp)/term/vt200.el \
|
||||
$(lisp)/term/vt201.el \
|
||||
$(lisp)/term/vt220.el \
|
||||
$(lisp)/term/vt240.el \
|
||||
$(lisp)/term/vt300.el \
|
||||
$(lisp)/term/vt320.el \
|
||||
$(lisp)/term/vt400.el \
|
||||
$(lisp)/term/vt420.el \
|
||||
$(lisp)/term/wyse50.el \
|
||||
$(lisp)/term/xterm.el \
|
||||
$(lisp)/version.el
|
||||
|
||||
# Files to compile before others during a bootstrap. This is done
|
||||
|
@ -75,6 +75,26 @@ DONTCOMPILE = \
|
||||
$(lisp)/play/bruce.el \
|
||||
$(lisp)/subdirs.el \
|
||||
$(lisp)/term/internal.el \
|
||||
$(lisp)/term/AT386.el \
|
||||
$(lisp)/term/apollo.el \
|
||||
$(lisp)/term/bobcat.el \
|
||||
$(lisp)/term/iris-ansi.el \
|
||||
$(lisp)/term/keyswap.el \
|
||||
$(lisp)/term/linux.el \
|
||||
$(lisp)/term/lk201.el \
|
||||
$(lisp)/term/news.el \
|
||||
$(lisp)/term/vt102.el \
|
||||
$(lisp)/term/vt125.el \
|
||||
$(lisp)/term/vt200.el \
|
||||
$(lisp)/term/vt201.el \
|
||||
$(lisp)/term/vt220.el \
|
||||
$(lisp)/term/vt240.el \
|
||||
$(lisp)/term/vt300.el \
|
||||
$(lisp)/term/vt320.el \
|
||||
$(lisp)/term/vt400.el \
|
||||
$(lisp)/term/vt420.el \
|
||||
$(lisp)/term/wyse50.el \
|
||||
$(lisp)/term/xterm.el \
|
||||
$(lisp)/version.el
|
||||
|
||||
# Files to compile before others during a bootstrap. This is done
|
||||
|
Loading…
Reference in New Issue
Block a user