Mercurial > emacs
changeset 10053:0c5b5d89288e
(eterm): New rule.
(TIC): New variable.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Tue, 22 Nov 1994 21:05:42 +0000 |
parents | c51fcff184b7 |
children | cd3eda7518f0 |
files | etc/Makefile |
diffstat | 1 files changed, 10 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/etc/Makefile Tue Nov 22 19:30:44 1994 +0000 +++ b/etc/Makefile Tue Nov 22 21:05:42 1994 +0000 @@ -21,3 +21,13 @@ relock: chmod u-w $(SOURCES) + +# ${etcdir}/e/eterm is used by ../lisp/term.el. +# TERMINFO systems use terminfo files compiled by the Terminfo Compiler (tic). +# These files are binary, and depend on the version of tic, but they seem +# to be system-independent and backwardly compatible. +# So there should be no need to recompile the distributed binary version. +TIC=tic +e/eterm: e/eterm.ti + TERMINFO=`pwd`; export TERMINFO; $(TIC) e/eterm.ti +