From: yamaoka Date: Thu, 21 Oct 1999 10:48:13 +0000 (+0000) Subject: Sync with semi-1_13. X-Git-Url: http://git.chise.org/gitweb/?p=elisp%2Fsemi.git;a=commitdiff_plain;h=a85fa3d22938e25d096b1f699aa44d13d3a6043b Sync with semi-1_13. --- diff --git a/ChangeLog b/ChangeLog index 5f653c7..dba89b7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +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