* WL-MK (wl-info-lang): Change default value to ("ja" "en").
authoryoichi <yoichi>
Tue, 23 Oct 2001 11:44:04 +0000 (11:44 +0000)
committeryoichi <yoichi>
Tue, 23 Oct 2001 11:44:04 +0000 (11:44 +0000)
* WL-CFG: Ditto.

* INSTALL: Remove note on how to install English manual.

ChangeLog
INSTALL
WL-CFG
WL-MK

index 933c8f6..c9ac03e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2001-10-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
+
+       * WL-MK (wl-info-lang): Change default value to ("ja" "en").
+       * WL-CFG: Ditto.
+
+       * INSTALL: Remove note on how to install English manual.
+
 2001-10-01  Yuuichi Teranishi  <teranisi@gohome.org>
 
        * NEWS.ja: Added ACAP description.
diff --git a/INSTALL b/INSTALL
index aabd5ca..0aaff51 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -155,9 +155,6 @@ Manual
   Manual directory is automatically detected. Of course, it can be
   configured by INFODIR in Makefile.
 
-  If you want to install manual in English, you should set wl-info-lang
-  appropriately in WL-CFG.
-
 
 Sample configuration file
 =========================
diff --git a/WL-CFG b/WL-CFG
index aa852e1..e3e1dc4 100644 (file)
--- a/WL-CFG
+++ b/WL-CFG
 ;; If you want to install utils, uncomment following line.
 ;(setq wl-install-utils t)
 
-;; Set lauguage for info file ("ja" or "en"). Default is "ja".
-;; By following setting, English info is installed.
+;; Set language for info file ("ja" or "en", both in default).
+;; If you only need manual in English, uncomment following line.
 ;(setq wl-info-lang "en")
-;; By following setting, both Japanese and English info are installed.
-;(setq wl-info-lang '("ja" "en"))
 
 ;; if you want to install wl modules to the subdirectory other than "wl"
 ;; under LISPDIR, set following variables.
diff --git a/WL-MK b/WL-MK
index 8872b03..c02018e 100644 (file)
--- a/WL-MK
+++ b/WL-MK
@@ -28,7 +28,7 @@
 (defconst wl-en-info "wl.info")
 (defconst wl-en-texi "wl.texi")
 
-(defvar wl-info-lang "ja"
+(defvar wl-info-lang '("ja" "en")
   "The language of info file (\"ja\" or \"en\").")
 
 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;