aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2005-10-20 15:30:54 +0000
committerEli Zaretskii2005-10-20 15:30:54 +0000
commitb39a2b11a3e88b3697c0beac513748193dcc607e (patch)
treedd0a4a6634632ec5e067c57f0681d45700cb2aa8
parente5536c543d68d9fc11f9e8001f17eedf36cd2d56 (diff)
downloademacs-b39a2b11a3e88b3697c0beac513748193dcc607e.tar.gz
emacs-b39a2b11a3e88b3697c0beac513748193dcc607e.zip
(e/eterm-color): Rename eterm to eterm-color.
-rw-r--r--etc/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/Makefile b/etc/Makefile
index 0ccd107ddf0..4275b301aaa 100644
--- a/etc/Makefile
+++ b/etc/Makefile
@@ -21,13 +21,13 @@ unlock:
21relock: 21relock:
22 chmod u-w $(SOURCES) 22 chmod u-w $(SOURCES)
23 23
24# ${etcdir}/e/eterm is used by ../lisp/term.el. 24# ${etcdir}/e/eterm-color is used by ../lisp/term.el.
25# TERMINFO systems use terminfo files compiled by the Terminfo Compiler (tic). 25# TERMINFO systems use terminfo files compiled by the Terminfo Compiler (tic).
26# These files are binary, and depend on the version of tic, but they seem 26# These files are binary, and depend on the version of tic, but they seem
27# to be system-independent and backwardly compatible. 27# to be system-independent and backwardly compatible.
28# So there should be no need to recompile the distributed binary version. 28# So there should be no need to recompile the distributed binary version.
29TIC=tic 29TIC=tic
30e/eterm: e/eterm.ti 30e/eterm-color: e/eterm-color.ti
31 TERMINFO=`pwd`; export TERMINFO; $(TIC) e/eterm.ti 31 TERMINFO=`pwd`; export TERMINFO; $(TIC) e/eterm-color.ti
32 32
33# arch-tag: 4261f003-cf77-4478-a10a-5284e9d8f797 33# arch-tag: 4261f003-cf77-4478-a10a-5284e9d8f797