tm 7.23.
[elisp/tm.git] / Makefile
index 8ce3c65..8568aca 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,26 +1,27 @@
 #
-# $Id: Makefile,v 7.1 1995/10/03 05:14:34 morioka Exp morioka $
+# $Id: Makefile,v 7.2 1995/11/11 13:21:34 morioka Exp morioka $
 #
 
 include config.tm
 
-UTILS  = ol2 decode-b
+UTILS  = src/ol2 src/decode-b
 GOMI   = $(UTILS) *.elc loadpath
 
-TM_FILES = tm/README.eng tm/rel-*.ol tm/Changes* \
+TM_FILES = tm/README.eng tm/Changes* \
                tm/config.tm tm/Makefile tm/mk-tm \
                tm/tm-mule.el tm/tm-nemacs.el tm/tm-orig.el tm/tm-def.el \
                tm/tm-eword.el tm/tm-ew-d.el tm/tm-ew-e.el \
                tm/tm-view.el tm/tm-parse.el tm/tm-play.el \
-               tm/tm-partial.el tm/tm-mail.el \
+               tm/tm-partial.el \
                tm/tm-ftp.el tm/tm-latex.el tm/tm-w3.el tm/tm-file.el \
                tm/tm-tar.el \
                tm/tm-rich.el tm/richtext.el tm/tinyrich.el \
                tm/tm-edit.el tm/signature.el \
                tm/tm-setup.el tm/mime-setup.el \
-               tm/sc-setup.el tm/gnushook.el \
-               tm/*.c tm/methods/tm* \
-               tm/doc/Makefile tm/doc/*.pln tm/doc/*.ol tm/doc/*.tex \
+               tm/sc-setup.el \
+               tm/methods/tm* \
+               tm/src/*.c \
+               tm/doc/Makefile tm/doc/*.ol tm/doc/*.tex \
                tm/doc/*.texi
 
 TM_MUA_FILES = tm/tm-rmail.el tm/tm-vm.el \
@@ -36,7 +37,7 @@ TL_FILES = tl/README.eng tl/Makefile tl/mk-tl tl/*.el tl/doc/*.texi \
 
 FILES  = $(TM_FILES) $(TM_MUA_FILES) $(MEL_FILES) $(TL_FILES)
 
-TARFILE = tm7.22.tar
+TARFILE = tm7.23.tar.gz
 
 
 nemacs:
@@ -125,11 +126,11 @@ install-mule2:    mule2
 
 all:   $(UTILS) $(DVI)
 
-ol2:   ol2.c
-       $(CC) $(CFLAGS) ol2.c -o ol2
+src/ol2:       src/ol2.c
+       $(CC) $(CFLAGS) src/ol2.c -o src/ol2
 
-decode-b:      decode-b.c
-       $(CC) $(CFLAGS) decode-b.c -o decode-b
+src/decode-b:  src/decode-b.c
+       $(CC) $(CFLAGS) src/decode-b.c -o src/decode-b
 
 
 tex:   ol2
@@ -157,4 +158,4 @@ clean:
 
 tar:
        cd doc; make tex
-       cd ..; tar cvf $(TARFILE) $(FILES); gzip -9 $(TARFILE)
+       cd ..; gtar cvzf $(TARFILE) $(FILES)