projects
/
elisp
/
apel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ce2ced0
)
(install-apel-package): Compile emu-modules and apel-modules.
author
morioka
<morioka>
Mon, 14 Sep 1998 01:18:40 +0000
(
01:18
+0000)
committer
morioka
<morioka>
Mon, 14 Sep 1998 01:18:40 +0000
(
01:18
+0000)
APEL-MK
patch
|
blob
|
history
diff --git
a/APEL-MK
b/APEL-MK
index
0c1f5ac
..
f81dc42
100644
(file)
--- a/
APEL-MK
+++ b/
APEL-MK
@@
-53,6
+53,10
@@
(defun install-apel-package ()
(config-apel-package)
(load "EMU-ELS")
+
+ (compile-elisp-modules emu-modules ".")
+ (compile-elisp-modules apel-modules ".")
+
(let ((dir (expand-file-name APEL_PREFIX
(expand-file-name "lisp"
PACKAGEDIR))))