summaryrefslogtreecommitdiff
path: root/fml/doc/ja/tutorial/usage
diff options
context:
space:
mode:
authorfukachan <fukachan>2002-11-26 11:17:13 +0000
committerfukachan <fukachan>2002-11-26 11:17:13 +0000
commitf91db84743d8e474c920df97b3a5ecb3e983afc3 (patch)
treeaa8bea1d5b7c385bb0473af6f00dc091be5c358a /fml/doc/ja/tutorial/usage
parent307df16b67e97fa1953bb2cf818ecf8d19667e0b (diff)
downloadfml8-f91db84743d8e474c920df97b3a5ecb3e983afc3.tar.gz
fml8-f91db84743d8e474c920df97b3a5ecb3e983afc3.tar.bz2
fml8-f91db84743d8e474c920df97b3a5ecb3e983afc3.zip
add section on fmlsummary
Diffstat (limited to 'fml/doc/ja/tutorial/usage')
-rw-r--r--fml/doc/ja/tutorial/usage/chapter.onhost.sgml4
-rw-r--r--fml/doc/ja/tutorial/usage/fmlsummary.sgml27
2 files changed, 29 insertions, 2 deletions
diff --git a/fml/doc/ja/tutorial/usage/chapter.onhost.sgml b/fml/doc/ja/tutorial/usage/chapter.onhost.sgml
index 24355f6d..f94bfe92 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.1 2002/07/28 10:51:11 fukachan Exp $
+ $FML: chapter.onhost.sgml,v 1.2 2002/11/09 14:16:19 fukachan Exp $
-->
<chapter id="usage.onhost">
@@ -55,6 +55,6 @@ makefml の基本的な使い方は &fml4; の makefml と同様です。
&sect.usage.fmldoc;
&sect.usage.fmlthread;
&sect.usage.fmlhtmlify;
-
+&sect.usage.fmlsummary;
</chapter>
diff --git a/fml/doc/ja/tutorial/usage/fmlsummary.sgml b/fml/doc/ja/tutorial/usage/fmlsummary.sgml
new file mode 100644
index 00000000..49c5088a
--- /dev/null
+++ b/fml/doc/ja/tutorial/usage/fmlsummary.sgml
@@ -0,0 +1,27 @@
+<!--
+ $FML: fmlsummary.sgml,v 1.5 2002/09/28 12:45:21 fukachan Exp $
+-->
+
+<sect1 id="usage.fmlsummary">
+ <title>
+ サマリファイルの生成ユーティリティ (fmlsummary コマンド)
+ </title>
+
+<para>
+summary ファイルの操作をするコマンドです。fml4 の
+/usr/local/fml/bin/summary.pl をもうちょっと賢くしてみた(?)ものといえ
+ます。
+</para>
+
+<para>
+summary を再生成するには、次のように実行して下さい。
+<screen>
+% fmlsummary コマンド ML名
+
+% fmlsummary rebuild elena
+% fmlsummary rebuild elena@fml.org
+</screen>
+
+</para>
+
+</sect1>