Skip to content

Commit

Permalink
tm 6.50
Browse files Browse the repository at this point in the history
  • Loading branch information
morioka committed Mar 2, 1998
1 parent 4247ed8 commit 15fffc8
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions Makefile
Expand Up @@ -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 \
Expand Down Expand Up @@ -71,3 +76,7 @@ install-mule2: mule2

clean:
-rm *.elc


tar:
cd ..; tar cvf $(TARFILE) $(FILES); gzip -9 $(TARFILE)

0 comments on commit 15fffc8

Please sign in to comment.