tm 7.60.
[elisp/tm.git] / TM-CFG
diff --git a/TM-CFG b/TM-CFG
index 9736aee..6fd8052 100644 (file)
--- a/TM-CFG
+++ b/TM-CFG
@@ -1,6 +1,6 @@
 ;;; -*-Emacs-Lisp-*-
 ;;;
-;;; $Id: TM-CFG,v 3.0 1996/03/27 19:38:12 morioka Exp morioka $
+;;; $Id: TM-CFG,v 6.0 1996/05/11 10:33:20 morioka Exp morioka $
 ;;;
 
 (setq load-path (append
@@ -8,7 +8,7 @@
                          (lambda (path)
                            (expand-file-name path (getenv "PWD"))
                            ))
-                        '("." "../tl/" "../mel/" "mh-e/")
+                        '("." "../tl" "../mel" "mh-e")
                         )
                 load-path))
 
 ;;;
 
 ;; Please specify VM path.
-(add-path "vm-5.95beta/" 'all-paths)
+(add-path "vm-5.95beta" 'all-paths)
 
 ;; Please specify Mailcrypt path.
-(add-path "mailcrypt-3.4/" 'all-paths)
+(add-path "mailcrypt-3.4" 'all-paths)
 
 ;; Please specify BBDB path.
-(add-path "bbdb-1.50/" 'all-paths)
+(add-path "bbdb-1.50" 'all-paths)
 
 
 ;;; @ shell
 ;; Please specify install path prefix.
 ;;(setq PREFIX "~/")           ; install to you home directory
 (setq PREFIX "/usr/local/")    ; install to shared directory
+;;(setq PREFIX "/lab/local/")
 
 ;; Please specify tm package prefix [optional]
 (setq TM_PACKAGE_PREFIX "")
 
 ;; Please specify tl prefix [optional]
-;;(setq TL_PREFIX "tl/")
+;;(setq TL_PREFIX "tl")
 (setq TL_PREFIX
       (if (string-match "XEmacs" emacs-version)
-         "tl/"
+         "tl"
        ""))
 
 ;; Please specify MEL prefix [optional]
-(setq MEL_PREFIX "mel/")
+(setq MEL_PREFIX "mel")
 
 ;; Please specify tm prefix [optional]
-(setq TM_PREFIX "tm/")
+(setq TM_PREFIX "tm")
 
 ;; lisp files of tm are installed into following directory tree:
 ;;
 ;;;
 
 ;; Please specify binary path.
-(defvar BIN_DIR (expand-file-name "bin/" PREFIX))
+(defvar BIN_DIR (expand-file-name "bin" PREFIX))
 
 ;; Please specify binary path. (for external method scripts)
-(setq METHOD_DIR BIN_DIR)
+(setq METHOD_DIR (expand-file-name "share/tm" PREFIX))
 
 
 \f
 ;;;
 
 (setq EMACS_PREFIX
-      (cond ((boundp 'NEMACS) "nemacs/")
-           ((boundp 'MULE)   "mule/")
-           ((string-match "XEmacs" emacs-version) "xemacs/")
-           (t "emacs/")
+      (cond ((boundp 'NEMACS) "nemacs")
+           ((boundp 'MULE)   "mule")
+           ((string-match "XEmacs" emacs-version) "xemacs")
+           (t "emacs")
            ))
 
 (setq DATA_PREFIX
       (if (or (< emacs-major-version 19)
              (< emacs-minor-version 29)
              )
-         "lib/"
-       "share/"))
+         "lib"
+       "share"))
 
 (setq DATADIR (expand-file-name DATA_PREFIX PREFIX))
 
 (setq LISP_PREFIX
       (if (>= emacs-major-version 19)
-         "site-lisp/"
-       "local.lisp/"))
+         "site-lisp"
+       "local.lisp"))
 
 (setq EMACS_DATADIR (expand-file-name EMACS_PREFIX DATADIR))
 
 (setq TM_MHE_DIR TM_KERNEL_DIR)
 (setq TM_GNUS_DIR TM_KERNEL_DIR)
 
-(setq TM_GNUS_COMPILE_FORMAT "cd gnus; PWD=`pwd` make %s EMACS=%s")
-(setq TM_GNUS_INSTALL_FORMAT "cd gnus; PWD=`pwd` make install-19 EMACS=%s TMDIR19=%s")
+(setq TM_GNUS_INSTALL_FORMAT
+      "cd gnus; PWD=`pwd` make install-19 EMACS=%s TMDIR19=%s")
+(setq TM_GNUS_COMPILE ".gnus-compile")
+(setq MAKE "make")
 
 (setq el-file-mode (+ (* 64 6)(* 8 4) 4))
 
 
-(setq BIN_SRC_DIR "src/")
+(setq BIN_SRC_DIR "src")
 (setq BINS '("src/ol2" "src/decode-b"))
-(setq METHOD_SRC_DIR "methods/")
+(setq METHOD_SRC_DIR "methods")
 (setq METHODS
       '("tm-au" "tm-file" "tm-html" "tm-image" "tm-mpeg" "tm-plain"
        "tmdecode"))