From: morioka Date: Mon, 2 Mar 1998 14:52:08 +0000 (+0000) Subject: tm 6.22.2 X-Git-Tag: tm6_22_2~1 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=572d3fe5009d9d8576ef7625c5a89b68fa938205;p=elisp%2Ftm.git tm 6.22.2 --- diff --git a/Makefile b/Makefile index 6519924..13b2bd8 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ # -# $Id: Makefile,v 6.9 1995/05/18 16:45:59 morioka Exp morioka $ +# $Id: Makefile,v 6.10 1995/05/19 11:40:09 morioka Exp morioka $ # # Please specify emacs executables: @@ -8,30 +8,30 @@ # ORIG19 = for Emacs 19.* (FSF original or XEmacs) # MULE2 = for MULE 2.* (based on Emacs 19.*) - NEMACS = nemacs - MULE1 = mule1 - ORIG19 = emacs19 - MULE2 = mule2 +NEMACS = nemacs +MULE1 = mule1 +ORIG19 = emacs19 +MULE2 = mule2 # Please specify Emacs Lisp install directory: -# TMDIR18 = for Emacs 18.* (NEMACS, NEpoch or MULE 1) -# TMDIR19 = for Emacs 19.* (FSF original, XEmacs or MULE 2) +# TMDIR18 = for Emacs 18.* (NEMACS, NEpoch or MULE 1) +# TMDIR19 = for Emacs 19.* (FSF original, XEmacs or MULE 2) - TMDIR18 = /usr/local/lib/emacs/local.lisp/tm - TMDIR19 = /usr/local/lib/mule/site-lisp +TMDIR18 = /usr/local/lib/emacs/local.lisp/tm +TMDIR19 = /usr/local/lib/mule/site-lisp -# TMDIR18 = $(HOME)/lib/emacs18/lisp -# TMDIR19 = $(HOME)/lib/emacs19/lisp +# TMDIR18 = $(HOME)/lib/emacs18/lisp +# TMDIR19 = $(HOME)/lib/emacs19/lisp # Please specify GNUS type (`gnus3' or `gnus4') if you use Emacs 18.* - EMACS18_GNUS = gnus3 -# EMACS18_GNUS = gnus4 +EMACS18_GNUS = gnus3 +# EMACS18_GNUS = gnus4 # Please specify optional load-path - NEMACS_OPT = /usr/local/lib/nemacs/local.lisp - MULE1_OPT = /usr/local/lib/mule/local.lisp - ORIG19_OPT = - MULE2_OPT = +NEMACS_OPT = /usr/local/lib/nemacs/local.lisp +MULE1_OPT = /usr/local/lib/mule/local.lisp +ORIG19_OPT = +MULE2_OPT = bindir = $(HOME)/bin @@ -53,7 +53,7 @@ FILES = tm/README.eng tm/rel-*.ol \ tl/Makefile tl/Makefile.bc tl/loadpath \ tl/*.el tl/doc/*.texi -TARFILE = tm6.22.1.tar +TARFILE = tm6.22.2.tar lpath-nemacs: diff --git a/gnus/Makefile b/gnus/Makefile index ae1cd14..eb28c64 100644 --- a/gnus/Makefile +++ b/gnus/Makefile @@ -1,5 +1,5 @@ # -# $Id: Makefile,v 6.1 1995/05/18 16:48:06 morioka Exp morioka $ +# $Id: Makefile,v 6.2 1995/05/19 11:42:33 morioka Exp morioka $ # # Please specify emacs executables: @@ -8,31 +8,31 @@ # ORIG19 = for Emacs 19.* (FSF original or XEmacs) # MULE2 = for MULE 2.* (based on Emacs 19.*) - NEMACS = nemacs - MULE1 = mule - ORIG19 = emacs19 - MULE2 = mule2 +NEMACS = nemacs +MULE1 = mule +ORIG19 = emacs19 +MULE2 = mule2 # Please specfy Emacs Lisp install directory: # TMDIR18 = for Emacs 18.* (NEMACS, NEpoch or MULE 1) # TMDIR19 = for Emacs 19.* (FSF original, XEmacs or MULE 2) -# TMDIR18 = /usr/local/lib/emacs/local.lisp/tm -# TMDIR19 = /usr/local/lib/mule/site-lisp - TMDIR18 = $(HOME)/lib/emacs18/lisp - TMDIR19 = $(HOME)/lib/emacs19/lisp +# TMDIR18 = /usr/local/lib/emacs/local.lisp/tm +# TMDIR19 = /usr/local/lib/mule/site-lisp +TMDIR18 = $(HOME)/lib/emacs18/lisp +TMDIR19 = $(HOME)/lib/emacs19/lisp - EMACS18_GNUS = gnus3 +EMACS18_GNUS = gnus3 - EMACS18_GNUS3 = gnus - EMACS18_NNTP3 = nntp +EMACS18_GNUS3 = gnus +EMACS18_NNTP3 = nntp - EMACS18_GNUS4 = /usr/local/lib/emacs/local.lisp/gnus-4.1/lisp/gnus - EMACS18_NNTP4 = /usr/local/lib/emacs/local.lisp/gnus-4.1/lisp/nntp +EMACS18_GNUS4 = /usr/local/lib/emacs/local.lisp/gnus-4.1/lisp/gnus +EMACS18_NNTP4 = /usr/local/lib/emacs/local.lisp/gnus-4.1/lisp/nntp - EMACS19_GNUS = gnus - EMACS19_NNTP = nntp +EMACS19_GNUS = gnus +EMACS19_NNTP = nntp nemacs: nemacs-$(EMACS18_GNUS) diff --git a/inst-el b/inst-el index badf406..3a06c00 100755 --- a/inst-el +++ b/inst-el @@ -1,5 +1,9 @@ #!/bin/csh -f +set MKDIR=mkdirhier # for X +#set MKDIR=mkdir -p # for SunOS 4.* or Solaris 2.* +#set MKDIR=mkdir + set dir = $1 set files = ($argv[2-]) @@ -7,7 +11,7 @@ if ( -d $dir ) then echo $dir is already exists. else echo $dir is not exists, so I make it. - mkdir $dir + $MKDIR $dir endif (cd $dir; chmod -f +w $files) diff --git a/inst-elc b/inst-elc index e25378f..3304d60 100755 --- a/inst-elc +++ b/inst-elc @@ -1,5 +1,9 @@ #!/bin/csh -f +set MKDIR=mkdirhier # for X +#set MKDIR=mkdir -p # for SunOS 4.* or Solaris 2.* +#set MKDIR=mkdir + set dir = $1 set files = ($argv[2-]) @@ -7,7 +11,7 @@ if ( -d $dir ) then echo $dir is already exists. else echo $dir is not exists, so I make it. - mkdir $dir + $MKDIR $dir endif (mv -f $files $dir) diff --git a/mh-e/Makefile b/mh-e/Makefile index 90c41d0..4f589d7 100644 --- a/mh-e/Makefile +++ b/mh-e/Makefile @@ -1,5 +1,5 @@ # -# $Id: Makefile,v 5.0 1995/05/18 16:47:08 morioka Exp morioka $ +# $Id: Makefile,v 6.0 1995/05/19 11:43:49 morioka Exp morioka $ # # Please specify emacs executables: @@ -8,18 +8,18 @@ # ORIG19 = for Emacs 19.* (FSF original or XEmacs) # MULE2 = for MULE 2.* (based on Emacs 19.*) - NEMACS = nemacs - MULE1 = mule1 - ORIG19 = emacs19 - MULE2 = mule2 +NEMACS = nemacs +MULE1 = mule1 +ORIG19 = emacs19 +MULE2 = mule2 # Please specfy Emacs Lisp install directory: # TMDIR18 = for Emacs 18.* (NEMACS, NEpoch or MULE 1) # TMDIR19 = for Emacs 19.* (FSF original, XEmacs or MULE 2) - TMDIR18 = /usr/local/lib/emacs/local.lisp/tm - TMDIR19 = /usr/local/lib/mule/site-lisp +TMDIR18 = /usr/local/lib/emacs/local.lisp/tm +TMDIR19 = /usr/local/lib/mule/site-lisp nemacs: make -f Makefile.bc tm-mh-e.elc EMACS=$(NEMACS)