diff options
| author | fukachan <fukachan> | 2004-04-07 11:01:01 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2004-04-07 11:01:01 +0000 |
| commit | e7fa21f970497deffe8ea825f6c4e71a0d7ebe36 (patch) | |
| tree | e665db80a390b7d14ca9bd4c11e866b24f8b41ac /fml/doc/ja/tutorial | |
| parent | 6848a0ed2f32c78256e7f346acbfad8ccf410d2b (diff) | |
| download | fml8-e7fa21f970497deffe8ea825f6c4e71a0d7ebe36.tar.gz fml8-e7fa21f970497deffe8ea825f6c4e71a0d7ebe36.tar.bz2 fml8-e7fa21f970497deffe8ea825f6c4e71a0d7ebe36.zip | |
define text: rule for conveience
Diffstat (limited to 'fml/doc/ja/tutorial')
| -rw-r--r-- | fml/doc/ja/tutorial/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/fml/doc/ja/tutorial/Makefile b/fml/doc/ja/tutorial/Makefile index 9ed5d562..1a281c72 100644 --- a/fml/doc/ja/tutorial/Makefile +++ b/fml/doc/ja/tutorial/Makefile @@ -1,5 +1,5 @@ # -# $FML: Makefile,v 1.10 2001/04/30 10:21:43 fukachan Exp $ +# $FML: Makefile,v 1.11 2001/05/01 09:15:21 fukachan Exp $ # # targets @@ -30,6 +30,9 @@ all: export html: @ $(_MAKE) html +text: + @ $(_MAKE) lynx + clean: @ $(_MAKE) clean |
