* SEMI-MK (install-semi-package): Install mime-setup.el(c).
authoryamaoka <yamaoka>
Fri, 26 Feb 1999 08:07:08 +0000 (08:07 +0000)
committeryamaoka <yamaoka>
Fri, 26 Feb 1999 08:07:08 +0000 (08:07 +0000)
(compile-semi-package): Compile mime-setup.el as well.

ChangeLog
SEMI-MK

index 31b731a..ecc7016 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+1999-02-26  Katsumi Yamaoka   <yamaoka@jpl.org>
+
+       * SEMI-MK (install-semi-package): Install mime-setup.el(c).
+       (compile-semi-package): Compile mime-setup.el as well.
+
 1999-02-08  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
 
        * mime-edit.el (mime-content-types): Add definition of
diff --git a/SEMI-MK b/SEMI-MK
index 6a0de68..d74efc4 100644 (file)
--- a/SEMI-MK
+++ b/SEMI-MK
@@ -83,14 +83,14 @@ LISPDIR=%s\n" PREFIX EXEC_PREFIX LISPDIR))
   (Custom-make-dependencies)
 
   (compile-elisp-modules (append semi-modules-to-compile
-                                '(auto-autoloads custom-load))
+                                '(mime-setup auto-autoloads custom-load))
                         ".")
   )
 
 (defun install-semi-package ()
   (config-semi-package)
   (install-elisp-modules (append semi-modules
-                                '(mime auto-autoloads custom-load))
+                                '(mime-setup auto-autoloads custom-load))
                         "./"
                         (expand-file-name SEMI_PREFIX
                                           (expand-file-name "lisp"