X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=mh-e%2FMakefile;h=585fc717ae631c9720806bed0813fe093458e42e;hb=fe8761fcfaa18799752717f6b39c95304e1e6192;hp=d9639a6f725372c8003233253990eb331ccdcad8;hpb=2b47099f9bfa62e367a563f0009cac66938c7d66;p=elisp%2Ftm.git diff --git a/mh-e/Makefile b/mh-e/Makefile index d9639a6..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-e6.24.1.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: