diff options
| author | Eli Zaretskii | 2005-10-20 15:30:54 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2005-10-20 15:30:54 +0000 |
| commit | b39a2b11a3e88b3697c0beac513748193dcc607e (patch) | |
| tree | dd0a4a6634632ec5e067c57f0681d45700cb2aa8 | |
| parent | e5536c543d68d9fc11f9e8001f17eedf36cd2d56 (diff) | |
| download | emacs-b39a2b11a3e88b3697c0beac513748193dcc607e.tar.gz emacs-b39a2b11a3e88b3697c0beac513748193dcc607e.zip | |
(e/eterm-color): Rename eterm to eterm-color.
| -rw-r--r-- | etc/Makefile | 6 |
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: | |||
| 21 | relock: | 21 | relock: |
| 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. |
| 29 | TIC=tic | 29 | TIC=tic |
| 30 | e/eterm: e/eterm.ti | 30 | e/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 |