tm 6.50
authormorioka <morioka>
Mon, 2 Mar 1998 15:02:49 +0000 (15:02 +0000)
committermorioka <morioka>
Mon, 2 Mar 1998 15:02:49 +0000 (15:02 +0000)
Makefile

index b74b145..53682c5 100644 (file)
--- 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)