summaryrefslogtreecommitdiff
path: root/fml/doc/ja/tutorial/usage/fml.sgml
diff options
context:
space:
mode:
authorfukachan <fukachan>2003-01-05 08:03:22 +0000
committerfukachan <fukachan>2003-01-05 08:03:22 +0000
commitbd860629550ecff9fd531b4c85dc0b1fab78ed75 (patch)
tree7f1a8b9c197eb678df4e658ab5888273f71fac58 /fml/doc/ja/tutorial/usage/fml.sgml
parent27a551a8b472db6e3cc7dc636435e4adc28e9062 (diff)
downloadfml8-bd860629550ecff9fd531b4c85dc0b1fab78ed75.tar.gz
fml8-bd860629550ecff9fd531b4c85dc0b1fab78ed75.tar.bz2
fml8-bd860629550ecff9fd531b4c85dc0b1fab78ed75.zip
add fml program
Diffstat (limited to 'fml/doc/ja/tutorial/usage/fml.sgml')
-rw-r--r--fml/doc/ja/tutorial/usage/fml.sgml30
1 files changed, 30 insertions, 0 deletions
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>