tm 7.69.
[elisp/tm.git] / Makefile
index 4a4531c..0e29fbb 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,8 @@
 #
-# $Id: Makefile,v 7.16 1996/03/04 09:24:23 morioka Exp morioka $
+# $Id: Makefile,v 7.22 1996/05/08 15:40:58 morioka Exp morioka $
 #
 
+SHELL  = /bin/sh
 MAKE   = make
 CC     = gcc
 CFLAGS = -O2
@@ -11,15 +12,16 @@ EMACS       = emacs
 
 BINS   = src/ol2 src/decode-b
 UTILS  = $(BINS)
-GOMI   = $(BINS) *.elc loadpath
+GOMI   = $(BINS) mime-setup.el mime-setup.el~ \#mime-setup.el\# *.elc \
+               .gnus-compile*
 FLAGS   = -batch -q -no-site-file
 
 TM_FILES = tm/README.en tm/ChangeLog \
                tm/Makefile tm/inst-tm tm/TM-ELS tm/TM-CFG \
-               tm/tm-mule.el tm/tm-nemacs.el tm/tm-orig.el tm/tm-def.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-rich.el tm/tm-image.el \
+               tm/tm-text.el tm/tm-image.el \
                tm/tm-play.el tm/tm-partial.el tm/tm-pgp.el \
                tm/tm-ftp.el tm/tm-latex.el tm/tm-html.el tm/tm-file.el \
                tm/tm-tar.el \
@@ -40,15 +42,17 @@ TM_MUA_FILES =      tm/tm-rmail.el tm/tm-vm.el tm/tm-mail.el \
 
 MEL_FILES = mel/*.el mel/Makefile mel/mk-mel mel/mel-els mel/ChangeLog
 
-TL_FILES = tl/README.en tl/Makefile tl/mk-tl tl/tl-els tl/*.el \
-               tl/doc/*.texi tl/ChangeLog
+TL_FILES = tl/README.en tl/Makefile tl/mk-tl tl/tl-els \
+               tl/*.el tl/*.bdf \
+               tl/doc/*.ol tl/doc/*.tex tl/ChangeLog
 
 FILES  = $(TM_FILES) $(TM_MUA_FILES) $(MEL_FILES) $(TL_FILES)
 
-TARFILE = tm7.47.tar.gz
+TARFILE = tm7.69.tar.gz
 
 elc:
        $(EMACS) $(FLAGS) -l inst-tm -f compile-tm
+       $(SHELL) .gnus-compile
 
 install-elc:   elc
        $(EMACS) $(FLAGS) -l inst-tm -f install-tm