summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorfukachan <fukachan>2003-07-24 23:25:47 +0000
committerfukachan <fukachan>2003-07-24 23:25:47 +0000
commitb6636b66b35058e592be47fa8a40d975682ae524 (patch)
treeff2f5e9a80b71295dc91fc0fd2a41c37645697a4 /Makefile
parent3ac3af198fc3838814f1b083cb8aed7147255dd6 (diff)
downloadfml8-b6636b66b35058e592be47fa8a40d975682ae524.tar.gz
fml8-b6636b66b35058e592be47fa8a40d975682ae524.tar.bz2
fml8-b6636b66b35058e592be47fa8a40d975682ae524.zip
make doc/en
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 6345817d..1eccf0ae 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
#
-# $FML: Makefile,v 1.22 2003/01/28 04:14:35 fukachan Exp $
+# $FML: Makefile,v 1.23 2003/02/11 11:10:57 fukachan Exp $
#
CONV = doc/bin/text2html.pl
@@ -28,7 +28,7 @@ clean:
doc: html
-html: _new_doc _html ja.doc
+html: _new_doc _html ja.doc en.doc
_new_doc:
test -d Documentation/en/modules || mkdir Documentation/en/modules
@@ -43,6 +43,8 @@ _html:
ja.doc:
@ (cd fml/doc/ja/; make clean; make ; make clean)
+en.doc:
+ @ (cd fml/doc/en/; make clean; make ; make clean)
regen: fml/etc/paths.cf.in