summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorfukachan <fukachan>2001-04-24 04:01:32 +0000
committerfukachan <fukachan>2001-04-24 04:01:32 +0000
commit6119ee3d6081f7160fc0ebf3b1da976553379edb (patch)
tree5fa4555d727cb0c177bbbf03375d39e37b39808c /Makefile
parent0bb03d41f3bde3c6b3ee148e1a3d35a2edc22280 (diff)
downloadfml8-6119ee3d6081f7160fc0ebf3b1da976553379edb.tar.gz
fml8-6119ee3d6081f7160fc0ebf3b1da976553379edb.tar.bz2
fml8-6119ee3d6081f7160fc0ebf3b1da976553379edb.zip
fix to make install.html
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 4e6d9768..a097aad5 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
#
-# $FML: Makefile,v 1.9 2001/04/24 03:11:20 fukachan Exp $
+# $FML: Makefile,v 1.10 2001/04/24 03:42:42 fukachan Exp $
#
CONV = doc/bin/text2html.pl
@@ -27,7 +27,7 @@ _html:
@ (cd fml/libexec/;make html)
@ (cd fml/etc/;make html)
@ (cd cpan/dist/;make html)
- @ $(CONV) 00_README.ja.txt > fml/doc/install.ja.html
+ @ $(CONV) 00_README.ja.txt > fml/doc/ja/htdocs/install.html
tutorial:
@ (cd fml/doc/ja/tutorial; make ; make clean)