Delete auto-autoloads.el and custom-load.el when installing
authorhayashi <hayashi>
Thu, 21 Oct 1999 08:17:36 +0000 (08:17 +0000)
committerhayashi <hayashi>
Thu, 21 Oct 1999 08:17:36 +0000 (08:17 +0000)
as an XEmacs package.

ChangeLog
SEMI-MK

index 7591d3e..e61116c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+1999-10-17  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
+
+       * SEMI-MK (install-semi-package): Delte auto-autoloads.el
+       and custom-load.el
+
 1999-10-16  MORIOKA Tomohiko  <tomo@m17n.org>
 
        * SEMI: Version 1.13.7 (Awazu) released.
diff --git a/SEMI-MK b/SEMI-MK
index bd5f525..2aed7f1 100644 (file)
--- a/SEMI-MK
+++ b/SEMI-MK
@@ -90,6 +90,8 @@ LISPDIR=%s\n" PREFIX LISPDIR))
                         (expand-file-name SEMI_PREFIX
                                           (expand-file-name "lisp"
                                                             PACKAGEDIR)))
+  (delete-file "./auto-autoloads.el")
+  (delete-file "./custom-load.el")
   )
 
 ;;; SEMI-MK ends here