aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorFumitoshi UKAI <ukai@debian.or.jp>2001-11-30 18:06:28 +0000
committerFumitoshi UKAI <ukai@debian.or.jp>2001-11-30 18:06:28 +0000
commitdcfbd6abaaa8015fb36911191a9eeb06bd052f6c (patch)
tree4ee185cd006ff254f6c1f95ce503d9343e26abe0 /Makefile
parent[w3m-dev 02600] (diff)
downloadw3m-dcfbd6abaaa8015fb36911191a9eeb06bd052f6c.tar.gz
w3m-dcfbd6abaaa8015fb36911191a9eeb06bd052f6c.zip
[w3m-dev 02601]
From: Fumitoshi UKAI <ukai@debian.or.jp>
Diffstat (limited to '')
-rw-r--r--Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index c190ec0..bee65b9 100644
--- a/Makefile
+++ b/Makefile
@@ -6,6 +6,12 @@ all: XXMakefile
install: XXMakefile
$(MAKE) -f XXMakefile install
+install-core: XXMakefile
+ $(MAKE) -f XXMakefile install-core
+
+install-helpfile: XXMakefile
+ $(MAKE) -f XXMakefile install-helpfile
+
install-scripts: XXMakefile
$(MAKE) -f XXMakefile install-scripts