From: hayashi Date: Thu, 21 Oct 1999 08:17:36 +0000 (+0000) Subject: Delete auto-autoloads.el and custom-load.el when installing X-Git-Tag: emy-1_13_0~9 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=534bf90ffabec51d17c9f8b6927223486002048f;p=elisp%2Fsemi.git Delete auto-autoloads.el and custom-load.el when installing as an XEmacs package. --- diff --git a/ChangeLog b/ChangeLog index 7591d3e..e61116c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +1999-10-17 Yoshiki Hayashi + + * SEMI-MK (install-semi-package): Delte auto-autoloads.el + and custom-load.el + 1999-10-16 MORIOKA Tomohiko * SEMI: Version 1.13.7 (Awazu) released. diff --git a/SEMI-MK b/SEMI-MK index bd5f525..2aed7f1 100644 --- 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