Add arch taglines
[bpt/emacs.git] / etc / Makefile
index 1149d1c..0ccd107 100644 (file)
@@ -6,18 +6,28 @@ MANEXT=1
 
 all:
 
-mostlyclean clean:
-       -rm -f core
+mostlyclean:
+       -rm -f core *.dvi *.log
 
-distclean realclean:
-       -rm -f DOC* core
+clean distclean maintainer-clean:
+       -rm -f DOC* core *.dvi *.log
 
 SOURCES = [0-9A-QS-Z]* README *.[ch16] emacs.* etags.* ledit.l ms-* \
-       news.texi rc2log refcard.tex spook-lines termcap.* ulimit.hack \
-       vcdiff vipcard.tex xmouse.doc
+       spook-lines tasks.texi termcap.* ulimit.hack *.tex
 
 unlock:
        chmod u+w $(SOURCES)
 
 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
+
+# arch-tag: 4261f003-cf77-4478-a10a-5284e9d8f797