From: morioka Date: Mon, 2 Mar 1998 13:57:44 +0000 (+0000) Subject: tm 5.21.2 X-Git-Tag: tm5_21_2~1 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=f4740979785954b1d21d758cffc130e98925713d;p=elisp%2Ftm.git tm 5.21.2 --- diff --git a/Makefile b/Makefile index 028f13a..e7893b4 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,7 @@ GOMI = $(UTILS) *.elc FILES = README.eng Makefile Makefile.18 Makefile.19 *.el *.c methods \ doc/Makefile doc/*.pln doc/*.ol doc/*.tex doc/*.texi -TARFILE = tm5.21.1.tar +TARFILE = tm5.21.2.tar all: $(UTILS) $(DVI) diff --git a/Makefile.19 b/Makefile.19 index 51a2cd5..bac316c 100644 --- a/Makefile.19 +++ b/Makefile.19 @@ -33,7 +33,7 @@ tl-mule.elc: tl-mule.el $(MULE) -batch -q . -f batch-byte-compile $< tl-list.elc: tl-list.el - $(EMACS) -batch -q . -l tl-list.el -f batch-byte-compile $< + $(EMACS) -batch -q . -l tl-str.el -l tl-list.el -f batch-byte-compile $< signature.elc: signature.el $(EMACS) -batch -q . -l tl-header.el -f batch-byte-compile $<