X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=mh-e%2FMakefile;h=585fc717ae631c9720806bed0813fe093458e42e;hb=327711693e20cc80cb741d6c97d2c1ae3f383a70;hp=d5f98c80b7af356edd8cd2b3830a499548a516cc;hpb=2eb3ffb7b47ff1db2a4d414a190f3ae908653cde;p=elisp%2Ftm.git diff --git a/mh-e/Makefile b/mh-e/Makefile index d5f98c8..585fc71 100644 --- a/mh-e/Makefile +++ b/mh-e/Makefile @@ -1,5 +1,5 @@ # -# $Id: Makefile,v 6.2 1995/08/14 17:06:55 morioka Exp morioka $ +# $Id: Makefile,v 6.3 1996/01/18 10:31:49 morioka Exp morioka $ # # Please specify emacs executables: @@ -9,6 +9,7 @@ # MULE2 = for MULE 2.* (based on Emacs 19.*) EMACS = mule +FLAGS = -batch -q -no-site-file -l mk-tmh # Please specfy Emacs Lisp install directory: @@ -23,17 +24,17 @@ TMDIR19 = $(HOME)/lib/emacs19/lisp FILES = tm/mh-e/*.el tm/mh-e/Makefile tm/mh-e/mk-tmh tm/mh-e/*.ol -TARFILE = tm-mh-e7.17.tar +TARFILE = tm-mh-e7.63.1.tar elc: - $(EMACS) -batch -l mk-tmh -f compile-tm-mh-e + $(EMACS) $(FLAGS) -f compile-tm-mh-e install-18: - $(EMACS) -batch -l mk-tmh -f install-tm-mh-e $(TMDIR18) + $(EMACS) $(FLAGS) -f install-tm-mh-e $(TMDIR18) install-19: - $(EMACS) -batch -l mk-tmh -f install-tm-mh-e $(TMDIR19) + $(EMACS) $(FLAGS) -f install-tm-mh-e $(TMDIR19) clean: