diff options
| author | fukachan <fukachan> | 2003-07-24 23:25:47 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2003-07-24 23:25:47 +0000 |
| commit | b6636b66b35058e592be47fa8a40d975682ae524 (patch) | |
| tree | ff2f5e9a80b71295dc91fc0fd2a41c37645697a4 /Makefile | |
| parent | 3ac3af198fc3838814f1b083cb8aed7147255dd6 (diff) | |
| download | fml8-b6636b66b35058e592be47fa8a40d975682ae524.tar.gz fml8-b6636b66b35058e592be47fa8a40d975682ae524.tar.bz2 fml8-b6636b66b35058e592be47fa8a40d975682ae524.zip | |
make doc/en
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -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 |
