aboutsummaryrefslogtreecommitdiffstats
path: root/XMakefile
diff options
context:
space:
mode:
authorFumitoshi UKAI <ukai@debian.or.jp>2001-12-21 20:30:54 +0000
committerFumitoshi UKAI <ukai@debian.or.jp>2001-12-21 20:30:54 +0000
commit94f1eed72cb29867d6450763c0e251c372df489f (patch)
tree680e007f15a696e8e5152c2f15a22909761696ea /XMakefile
parentoops, +cvs (diff)
downloadw3m-94f1eed72cb29867d6450763c0e251c372df489f.tar.gz
w3m-94f1eed72cb29867d6450763c0e251c372df489f.zip
[w3m-dev 02690] RC_DIR in scripts
From: Hironori Sakamoto <hsaka@mth.biglobe.ne.jp>
Diffstat (limited to 'XMakefile')
-rw-r--r--XMakefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/XMakefile b/XMakefile
index b891546..e4f7033 100644
--- a/XMakefile
+++ b/XMakefile
@@ -1,4 +1,4 @@
-# $Id: XMakefile,v 1.18 2001/12/15 17:25:45 ukai Exp $
+# $Id: XMakefile,v 1.19 2001/12/21 20:30:54 ukai Exp $
SRCS=main.c file.c buffer.c display.c etc.c search.c linein.c table.c local.c \
form.c map.c frame.c rc.c menu.c mailcap.c\
func.c cookie.c history.c backend.c $(KEYBIND_SRC)
@@ -115,7 +115,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)'); \
+ (cd $$dir; $(MAKE) PERL='$(PERL)' BIN_DIR='$(BIN_DIR)' LIB_DIR='$(LIB_DIR)' HELP_DIR='$(HELP_DIR)' RC_DIR='$(RC_DIR)'); \
done
install-scripts: all-scripts