#
-# $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:
# 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
tl/Makefile tl/Makefile.bc tl/loadpath \
tl/*.el tl/doc/*.texi
-TARFILE = tm6.22.1.tar
+TARFILE = tm6.22.2.tar
lpath-nemacs:
#
-# $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:
# 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)
#!/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-])
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)
#!/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-])
echo $dir is already exists.
else
echo $dir is not exists, so I make it.
- mkdir $dir
+ $MKDIR $dir
endif
(mv -f $files $dir)
#
-# $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:
# 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)