X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=Makefile;h=49218c7b5e4ecf73929dad5c3aa944c156e52beb;hb=f7cbe64a5feb7e8d6921befd27cfba1021d03f92;hp=d34fb77110a2c9a797358da97e33b8dfccad6445;hpb=367d3328837ad38718ce666beee7e3e9c7e8c799;p=elisp%2Fapel.git diff --git a/Makefile b/Makefile index d34fb77..49218c7 100644 --- a/Makefile +++ b/Makefile @@ -1,8 +1,9 @@ # -# $Id: Makefile,v 6.1 1995/09/08 17:51:11 morioka Exp morioka $ +# $Id: Makefile,v 7.1 1996/01/18 10:21:11 morioka Exp morioka $ # EMACS = mule +FLAGS = -batch -q -no-site-file -l mk-tl # Please specfy Emacs Lisp install directory: @@ -16,19 +17,20 @@ 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/ChangeLog -TARFILE = tl-7.00.1.tar +TARFILE = tl-7.11.2.tar elc: - $(EMACS) -batch -l mk-tl -f compile-tl + $(EMACS) $(FLAGS) -f compile-tl -install-18: - $(EMACS) -batch -l mk-tl -f install-tl $(TLDIR18) +install-18: elc + $(EMACS) $(FLAGS) -f install-tl $(TLDIR18) -install-19: - $(EMACS) -batch -l mk-tl -f install-tl $(TLDIR19) +install-19: elc + $(EMACS) $(FLAGS) -f install-tl $(TLDIR19) clean: