This commit was generated by cvs2svn to compensate for changes in r258,
[elisp/apel.git] / Makefile
index b56482f..67e057e 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -16,18 +16,19 @@ TLDIR18 = $(HOME)/lib/emacs18/lisp
 TLDIR19 = $(HOME)/lib/emacs19/lisp
 
 
-FILES  = tl/README.eng tl/Makefile tl/mk-tl tl/*.el tl/doc/*.texi
+FILES  = tl/README.eng tl/Makefile tl/mk-tl tl/*.el tl/doc/*.texi \
+               tl/Changes*
 
-TARFILE = tl-7.01.tar
+TARFILE = tl-7.01.8.tar
 
 
 elc:
        $(EMACS) -batch -l mk-tl -f compile-tl
 
-install-18:
+install-18:    elc
        $(EMACS) -batch -l mk-tl -f install-tl $(TLDIR18)
 
-install-19:
+install-19:    elc
        $(EMACS) -batch -l mk-tl -f install-tl $(TLDIR19)