diff options
| author | fukachan <fukachan> | 2003-01-05 08:03:22 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2003-01-05 08:03:22 +0000 |
| commit | bd860629550ecff9fd531b4c85dc0b1fab78ed75 (patch) | |
| tree | 7f1a8b9c197eb678df4e658ab5888273f71fac58 /fml | |
| parent | 27a551a8b472db6e3cc7dc636435e4adc28e9062 (diff) | |
| download | fml8-bd860629550ecff9fd531b4c85dc0b1fab78ed75.tar.gz fml8-bd860629550ecff9fd531b4c85dc0b1fab78ed75.tar.bz2 fml8-bd860629550ecff9fd531b4c85dc0b1fab78ed75.zip | |
add fml program
Diffstat (limited to 'fml')
| -rw-r--r-- | fml/doc/ja/tutorial/usage/chapter.onhost.sgml | 3 | ||||
| -rw-r--r-- | fml/doc/ja/tutorial/usage/fml.sgml | 30 |
2 files changed, 32 insertions, 1 deletions
diff --git a/fml/doc/ja/tutorial/usage/chapter.onhost.sgml b/fml/doc/ja/tutorial/usage/chapter.onhost.sgml index f94bfe92..6738c6f2 100644 --- a/fml/doc/ja/tutorial/usage/chapter.onhost.sgml +++ b/fml/doc/ja/tutorial/usage/chapter.onhost.sgml @@ -1,5 +1,5 @@ <!-- - $FML: chapter.onhost.sgml,v 1.2 2002/11/09 14:16:19 fukachan Exp $ + $FML: chapter.onhost.sgml,v 1.3 2002/11/26 11:17:13 fukachan Exp $ --> <chapter id="usage.onhost"> @@ -49,6 +49,7 @@ makefml の基本的な使い方は &fml4; の makefml と同様です。 §.usage.makefml; +§.usage.fml; §.usage.fmladdr; §.usage.fmlalias; §.usage.fmlconf; diff --git a/fml/doc/ja/tutorial/usage/fml.sgml b/fml/doc/ja/tutorial/usage/fml.sgml new file mode 100644 index 00000000..dd35ce4d --- /dev/null +++ b/fml/doc/ja/tutorial/usage/fml.sgml @@ -0,0 +1,30 @@ +<!-- + $FML$ +--> + +<sect1 id="usage.fml"> + <title> + fml コマンドと makefml コマンド + </title> + +<para> +引数の順が異なることを除けば、 +fml (/usr/local/bin/fml) +は makefml と全く同じです。 +単に、引数順の好き嫌いで使い分けて下さい。 +</para> + +<para> +fml コマンドでは +<screen> +% fml ML名 コマンド [コマンドのオプション] +</screen> +となります。一方、makefml では +<screen> +% makefml コマンド ML名 [コマンドのオプション] +</screen> +です。 +各コマンドの使い方については makefml を参照して下さい。 +</para> + +</sect1> |
