]> git.eshelyaron.com Git - emacs.git/commitdiff
(eterm): New rule.
authorRichard M. Stallman <rms@gnu.org>
Tue, 22 Nov 1994 21:05:42 +0000 (21:05 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 22 Nov 1994 21:05:42 +0000 (21:05 +0000)
(TIC): New variable.

etc/Makefile

index e2ee76362b5e6534476cfa43f9aed2a28ac103f0..d6172cf4d735da30b64cc81562d20d1ec426b595 100644 (file)
@@ -21,3 +21,13 @@ unlock:
 
 relock:
        chmod u-w $(SOURCES)
+
+# ${etcdir}/e/eterm is used by ../lisp/term.el.
+# TERMINFO systems use terminfo files compiled by the Terminfo Compiler (tic).
+# These 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 the distributed binary version.
+TIC=tic
+e/eterm: e/eterm.ti
+       TERMINFO=`pwd`; export TERMINFO; $(TIC) e/eterm.ti
+