From dcce7b62f88086a413b66ad5c04635a4eecd2293 Mon Sep 17 00:00:00 2001 From: morioka Date: Mon, 2 Mar 1998 15:02:49 +0000 Subject: [PATCH] tm 6.50 --- Makefile | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index b74b145..53682c5 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ # -# $Id: Makefile,v 3.0 1995/05/19 12:19:15 morioka Exp morioka $ +# $Id: Makefile,v 4.0 1995/05/22 13:10:38 morioka Exp morioka $ # # Please specify emacs executables: @@ -18,12 +18,17 @@ MULE2 = mule2 # TLDIR18 = for Emacs 18.* (NEMACS, NEpoch or MULE 1) # TLDIR19 = for Emacs 19.* (FSF original, XEmacs or MULE 2) -TLDIR18 = /usr/local/lib/emacs/local.lisp -TLDIR19 = /usr/local/lib/mule/site-lisp +TLDIR18 = /usr/local/lib/emacs/local.lisp +TLDIR19 = /usr/local/lib/mule/site-lisp # TLDIR18 = $(HOME)/lib/emacs18/lisp # TLDIR19 = $(HOME)/lib/emacs19/lisp +FILES = tl/README.eng tl/Makefile tl/Makefile.bc tl/loadpath \ + tl/*.el tl/doc/*.texi + +TARFILE = tl5.2.0.tar + nemacs: make -f Makefile.bc all \ @@ -71,3 +76,7 @@ install-mule2: mule2 clean: -rm *.elc + + +tar: + cd ..; tar cvf $(TARFILE) $(FILES); gzip -9 $(TARFILE) -- 1.7.10.4