diff options
author | Glenn Morris <rgm@gnu.org> | 2007-09-12 06:59:32 +0000 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2007-09-12 06:59:32 +0000 |
commit | 50919dad15664b5d767206b3b240a658c0b8e557 (patch) | |
tree | d9393351bec50b7befb7d520cefc1de59db774be /etc/e | |
parent | 0d75dcc8824db5d62190ace4dd0706752a8e6c07 (diff) | |
download | emacs-50919dad15664b5d767206b3b240a658c0b8e557.tar.gz |
Mention how to remake eterm-color (moved here from ../Makefile).
Diffstat (limited to 'etc/e')
-rw-r--r-- | etc/e/README | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/etc/e/README b/etc/e/README index a5188d2fbea..c547fc68fda 100644 --- a/etc/e/README +++ b/etc/e/README @@ -2,7 +2,10 @@ eterm-color.ti is a terminfo source file. eterm-color is a compiled version produced by the terminfo compiler (tic). The compiled 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 (see etc/Makefile) the distributed binary version. +need to recompile the distributed binary version. If it is +necessary, use: + +tic -o ../ ./eterm-color.ti The compiled file is used by lisp/term.el, so if it is moved term.el needs to be changed. terminfo requires it to be stored in an `e' |