From 94f1eed72cb29867d6450763c0e251c372df489f Mon Sep 17 00:00:00 2001 From: Fumitoshi UKAI Date: Fri, 21 Dec 2001 20:30:54 +0000 Subject: [w3m-dev 02690] RC_DIR in scripts From: Hironori Sakamoto --- scripts/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'scripts/Makefile') diff --git a/scripts/Makefile b/scripts/Makefile index 7b0bcaa..f785328 100644 --- a/scripts/Makefile +++ b/scripts/Makefile @@ -4,6 +4,7 @@ DESTDIR = BIN_DIR = $(prefix)/bin LIB_DIR = $(prefix)/lib/w3m HELP_DIR = $(prefix)/lib/w3m +RC_DIR = ~/.w3m LIB_TARGETS = dirlist.cgi w3mhelp.cgi HELP_LIBS = w3mhelp-funcname.pl w3mhelp-funcdesc.pl @@ -24,7 +25,8 @@ all: $(LIB_TARGETS) $(HELP_LIBS) .in: @echo "generating $@..." @sed -e 's%@PERL@%$(PERL)%' -e 's%@HELP_DIR@%$(HELP_DIR)%' \ - -e 's%@DOCDIRS@%$(DOCDIRS)%' $< > $@ + -e 's%@DOCDIRS@%$(DOCDIRS)%' \ + -e 's%@RC_DIR@%$(RC_DIR)%' $< > $@ @chmod +x $@ @echo done -- cgit v1.2.3