tm 7.42.1.
[elisp/tm.git] / gnus / mk-tgnus
index 387a22b..6955794 100644 (file)
@@ -1,6 +1,6 @@
 ;;; -*-Emacs-Lisp-*-
 ;;;
-;;; $Id: mk-tgnus,v 2.0 1995/12/25 05:47:03 morioka Exp morioka $
+;;; $Id: mk-tgnus,v 2.1 1996/02/08 01:30:10 morioka Exp morioka $
 ;;;
 
 (setq load-path
   (cond ((boundp 'gnus-original-article-buffer)
         (require 'tm-gnus)
         (byte-compile-file "tm-sgnus.el")
-        (byte-compile-file "tm-gd5.el")
         )
        ((string-match "Gnus v5\\|September Gnus" gnus-version)
         (require 'tm-gnus)
         (byte-compile-file "tm-gnus4.el")
-        (byte-compile-file "tm-gd5.el")
         )
        ((string-match "GNUS 4" gnus-version)
         (require 'tm-gnus)
           (install-el-files path
                             "tm-gnus.el"
                             "tm-sgnus.el" "tm-gnus4.el"
-                            "tm-gd5.el" "tm-gd3.el")
+                            "tm-gd3.el")
           (install-elc-files path
                              ;;"tm-gnus.elc"
-                             "tm-sgnus.elc" "tm-gnus4.elc"
-                             "tm-gd5.elc")
+                             "tm-sgnus.elc" "tm-gnus4.elc")
           )
          (t
           (install-el-files path
                             "tm-gnus.el"
-                            "tm-sgnus.el" "tm-gnus4.el"
-                            "tm-gd5.el")
+                            "tm-sgnus.el" "tm-gnus4.el")
           (install-elc-files path
                              ;;"tm-gnus.elc"
-                             "tm-sgnus.elc" "tm-gnus4.elc"
-                             "tm-gd5.elc")
+                             "tm-sgnus.elc" "tm-gnus4.elc")
           ))
     (setq command-line-args-left (cdr command-line-args-left))
     ))