/[emacs]/emacs/etc/Makefile
ViewVC logotype

Diff of /emacs/etc/Makefile

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.7 by miles, Mon Sep 1 15:44:58 2003 UTC revision 1.8 by eliz, Thu Oct 20 15:30:54 2005 UTC
# Line 21  unlock: Line 21  unlock:
21  relock:  relock:
22          chmod u-w $(SOURCES)          chmod u-w $(SOURCES)
23    
24  # ${etcdir}/e/eterm is used by ../lisp/term.el.  # ${etcdir}/e/eterm-color is used by ../lisp/term.el.
25  # TERMINFO systems use terminfo files compiled by the Terminfo Compiler (tic).  # 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  # These files are binary, and depend on the version of tic, but they seem
27  # to be system-independent and backwardly compatible.  # to be system-independent and backwardly compatible.
28  # So there should be no need to recompile the distributed binary version.  # So there should be no need to recompile the distributed binary version.
29  TIC=tic  TIC=tic
30  e/eterm: e/eterm.ti  e/eterm-color: e/eterm-color.ti
31          TERMINFO=`pwd`; export TERMINFO; $(TIC) e/eterm.ti          TERMINFO=`pwd`; export TERMINFO; $(TIC) e/eterm-color.ti
32    
33  # arch-tag: 4261f003-cf77-4478-a10a-5284e9d8f797  # arch-tag: 4261f003-cf77-4478-a10a-5284e9d8f797

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26