X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=Makefile;h=0e29fbbb3849ed36564631319f680062ac025c60;hb=9710d631bef5981581cc482f481c8dd87cd80ec2;hp=4a4531c29a58dba036dacad7eeba62deb2b8485b;hpb=e1dc63c7ac20fe2e60dd02e21ad56bb3fa03b7f8;p=elisp%2Ftm.git diff --git a/Makefile b/Makefile index 4a4531c..0e29fbb 100644 --- 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