From 1be435660b03d9774218ce2a93141a9d0a544b66 Mon Sep 17 00:00:00 2001 From: morioka Date: Thu, 20 Mar 1997 02:04:19 +0000 Subject: [PATCH] Setting for load-path and requiring install were moved from APEL-CFG. --- APEL-MK | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/APEL-MK b/APEL-MK index 464edef..17c2c6b 100644 --- a/APEL-MK +++ b/APEL-MK @@ -1,6 +1,6 @@ ;;; -*-Emacs-Lisp-*- ;;; -;;; $Id: APEL-MK,v 0.0 1997-03-14 07:23:48 morioka Exp $ +;;; $Id: APEL-MK,v 0.1 1997-03-20 02:04:19 morioka Exp $ ;;; (defun config-apel () @@ -12,6 +12,10 @@ (defvar PREFIX prefix) (setq command-line-args-left (cdr command-line-args-left)) )) + (add-to-list 'load-path (expand-file-name "../emu")) + (add-to-list 'load-path ".") + (require 'install) + (load-file "APEL-CFG") (load-file "APEL-ELS") (princ (format "PREFIX=%s\n" PREFIX)) @@ -24,7 +28,8 @@ (defun install-apel () (config-apel) - (install-elisp-modules apel-modules "./" APEL_DIR) + (compile-elisp-modules apel-modules ".") + (install-elisp-modules apel-modules "." APEL_DIR) ) ;;; APEL-MK ends here -- 1.7.10.4