w3m

Unnamed repository; edit this file to name it for gitweb.
git clone https://logand.com/git/w3m.git/
Log | Files | Refs | README

commit 5a96f60a4130820be2fbbe1f06ffbb13a3714a40
parent 88b4716fa34e80a4781b8b42ad52b72cb40348bf
Author: ukai <ukai>
Date:   Sat, 20 Apr 2002 17:50:20 +0000

[w3m-dev 03181] KEYBIND_SRC was not passed to scripts/Makefile
* Makefile (all-scripts): pass KEYBIND_SRC
From: Kiyokazu SUTO <suto@ks-and-ks.ne.jp>

Diffstat:
MChangeLog | 5+++++
MXMakefile | 2+-
2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog @@ -1,3 +1,8 @@ +2002-04-21 Kiyokazu SUTO <suto@ks-and-ks.ne.jp> + + * [w3m-dev 03181] KEYBIND_SRC was not passed to scripts/Makefile + * Makefile (all-scripts): pass KEYBIND_SRC + 2002-04-17 Kiyokazu SUTO <suto@ks-and-ks.ne.jp> * [w3m-dev 03178] Parser of ``cols'' and ``rows'' diff --git a/XMakefile b/XMakefile @@ -137,7 +137,7 @@ install-helpfile: all-scripts: for dir in $(SCRIPTSUBDIRS); \ do \ - (cd $$dir; $(MAKE) PERL='$(PERL)' BIN_DIR='$(BIN_DIR)' LIB_DIR='$(LIB_DIR)' HELP_DIR='$(HELP_DIR)' RC_DIR='$(RC_DIR)'); \ + (cd $$dir; $(MAKE) PERL='$(PERL)' BIN_DIR='$(BIN_DIR)' LIB_DIR='$(LIB_DIR)' HELP_DIR='$(HELP_DIR)' RC_DIR='$(RC_DIR)' KEYBIND_SRC='$(KEYBIND_SRC)'); \ done install-scripts: all-scripts