Sync with film-1_13.
authoryamaoka <yamaoka>
Thu, 21 Oct 1999 10:48:24 +0000 (10:48 +0000)
committeryamaoka <yamaoka>
Thu, 21 Oct 1999 10:48:24 +0000 (10:48 +0000)
ChangeLog
FLIM-MK

index c16475b..d402658 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+1999-10-17  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
+
+       * FLIM-MK (install-flim-package): Delete auto-autoloads.el
+       and custom-load.el
+
+\f
 1999-10-18  MORIOKA Tomohiko  <tomo@etl.go.jp>
 
        * CLIME: Version 1.13.5 (Kaga-Fukuoka) released.
diff --git a/FLIM-MK b/FLIM-MK
index e381f48..8270080 100644 (file)
--- a/FLIM-MK
+++ b/FLIM-MK
@@ -74,6 +74,8 @@ LISPDIR=%s\n" PREFIX LISPDIR))
                         (expand-file-name FLIM_PREFIX
                                           (expand-file-name "lisp"
                                                             PACKAGEDIR)))
+  (delete-file "./auto-autoloads.el")
+  (delete-file "./custom-load.el")
   )
 
 ;;; FLIM-MK ends here