Mercurial > emacs
comparison etc/Makefile @ 66243:a4a7460bb10b
(e/eterm-color): Rename eterm to eterm-color.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Thu, 20 Oct 2005 15:30:54 +0000 |
parents | 695cf19ef79e |
children | 740f82dedf09 0ca0d9181b5e |
comparison
equal
deleted
inserted
replaced
66242:472e64e70eb3 | 66243:a4a7460bb10b |
---|---|
19 chmod u+w $(SOURCES) | 19 chmod u+w $(SOURCES) |
20 | 20 |
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 |