(base64-encode-string): Fix doc string.
[elisp/flim.git] / FLIM-MK
diff --git a/FLIM-MK b/FLIM-MK
index 25552c7..8270080 100644 (file)
--- a/FLIM-MK
+++ b/FLIM-MK
@@ -1,7 +1,8 @@
 ;;; -*-Emacs-Lisp-*-
-;;;
-;;; $Id: FLIM-MK,v 1.4 1998-10-12 13:58:19 morioka Exp $
-;;;
+
+;; FLIM-MK: installer for FLIM.
+
+;;; Code:
 
 (defun config-flim ()
   (let (prefix lisp-dir version-specific-lisp-dir)
@@ -73,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