Mercurial > emacs
comparison etc/Makefile @ 88155:d7ddb3e565de
sync with trunk
author | Henrik Enberg <henrik.enberg@telia.com> |
---|---|
date | Mon, 16 Jan 2006 00:03:54 +0000 |
parents | 86432f19ad96 |
children |
comparison
equal
deleted
inserted
replaced
88154:8ce476d3ba36 | 88155:d7ddb3e565de |
---|---|
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 |