From b458ac138d675d3b6201da20b4f522aa14aa02fa Mon Sep 17 00:00:00 2001 From: morioka Date: Sun, 13 Sep 1998 06:04:01 +0000 Subject: [PATCH] (run in expanded place): fixed. (install as a XEmacs package): New description. --- README.en | 24 +++++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) diff --git a/README.en b/README.en index 72782fb..d241b2e 100644 --- a/README.en +++ b/README.en @@ -54,7 +54,7 @@ Installation You can specify the emacs command name, for example - % make install EMACS=xemacs + % make EMACS=xemacs If `EMACS=...' is omitted, EMACS=emacs is used. @@ -87,6 +87,28 @@ Installation You can specify other optional settings by editing the file APEL-CFG. Please read comments in it. +(c) install as a XEmacs package + + If you want to install to XEmacs package directory, please do + following: + + % make install-package + + You can specify the emacs command name, for example + + % make install-package XEMACS=xemacs-21 + + If `XEMACS=...' is omitted, XEMACS=xemacs is used. + + You can specify the package directory, for example: + + % make install PACKAGEDIR=~/.xemacs + + If `PACKAGEDIR=...' is omitted, the first existing package + directory is used. + + Notice that XEmacs package system requires XEmacs 21.0 or later. + load-path (for Emacs or MULE) ============================= -- 1.7.10.4