This commit was generated by cvs2svn to compensate for changes in r542,
[elisp/tm.git] / mh-e / Makefile
index d9639a6..585fc71 100644 (file)
@@ -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: