From 534bf90ffabec51d17c9f8b6927223486002048f Mon Sep 17 00:00:00 2001 From: hayashi Date: Thu, 21 Oct 1999 08:17:36 +0000 Subject: [PATCH] Delete auto-autoloads.el and custom-load.el when installing as an XEmacs package. --- ChangeLog | 5 +++++ SEMI-MK | 2 ++ 2 files changed, 7 insertions(+) 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 -- 1.7.10.4