aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorFumitoshi UKAI <ukai@debian.or.jp>2003-09-22 23:12:56 +0000
committerFumitoshi UKAI <ukai@debian.or.jp>2003-09-22 23:12:56 +0000
commit655e0f310b8b3fa1f437d23f6fd9789b5b0a85f5 (patch)
tree600a4ff04a9e5cc74d38f431662157443203300b /Makefile.in
parentclean libwc.a (diff)
downloadw3m-655e0f310b8b3fa1f437d23f6fd9789b5b0a85f5.tar.gz
w3m-655e0f310b8b3fa1f437d23f6fd9789b5b0a85f5.zip
fix top_srcdir
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in12
1 files changed, 6 insertions, 6 deletions
diff --git a/Makefile.in b/Makefile.in
index 1d8644f..737000f 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -108,10 +108,10 @@ HELP_TARGET=w3mhelp.html
HELP_ALLFILES=w3mhelp-w3m_en.html w3mhelp-w3m_ja.html \
w3mhelp-lynx_en.html w3mhelp-lynx_ja.html
-SCRIPTSUBDIRS= scripts scripts/multipart scripts/w3mman
-SUBDIRS = $(SCRIPTSUBDIRS)
+SCRIPTSUBDIRS= scripts
+SUBDIRS = $(SCRIPTSUBDIRS) w3mimg libwc
-.PHONY: w3mimg libwc
+.PHONY: $(SUBDIRS)
all: $(TARGETS) all-scripts
@@ -212,14 +212,14 @@ install-helpfile:
all-scripts:
for dir in $(SCRIPTSUBDIRS); \
do \
- (cd $(top_srcdir)/$$dir && $(MAKE) $(MAKE_ARGS)); \
+ (cd $$dir && $(MAKE) $(MAKE_ARGS)); \
done
install-scripts: all-scripts
topdir=`pwd`; \
for dir in $(SCRIPTSUBDIRS); \
do \
- (cd $(top_srcdir)/$$dir && $(MAKE) $(MAKE_ARGS) install); \
+ (cd $$dir && $(MAKE) $(MAKE_ARGS) install); \
done
uninstall:
@@ -241,7 +241,7 @@ uninstall:
-$(RM) -f $(mandir)/ja/man1/$(MAN1_TARGET)
-for dir in $(SCRIPTSUBDIRS); \
do \
- (cd $(top_srcdir)/$$dir && $(MAKE) $(MAKE_ARGS) uninstall); \
+ (cd $$dir && $(MAKE) $(MAKE_ARGS) uninstall); \
done
clean: sweep