projects
/
elisp
/
semi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d69b23d
)
Delete auto-autoloads.el and custom-load.el when installing
author
hayashi
<hayashi>
Thu, 21 Oct 1999 08:17:36 +0000
(08:17 +0000)
committer
hayashi
<hayashi>
Thu, 21 Oct 1999 08:17:36 +0000
(08:17 +0000)
as an XEmacs package.
ChangeLog
patch
|
blob
|
history
SEMI-MK
patch
|
blob
|
history
diff --git
a/ChangeLog
b/ChangeLog
index
7591d3e
..
e61116c
100644
(file)
--- a/
ChangeLog
+++ b/
ChangeLog
@@
-1,3
+1,8
@@
+1999-10-17 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
+
+ * SEMI-MK (install-semi-package): Delte auto-autoloads.el
+ and custom-load.el
+
1999-10-16 MORIOKA Tomohiko <tomo@m17n.org>
* SEMI: Version 1.13.7 (Awazu) released.
diff --git
a/SEMI-MK
b/SEMI-MK
index
bd5f525
..
2aed7f1
100644
(file)
--- 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