diff options
| -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 |
