summaryrefslogtreecommitdiff
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
parent307df16b67e97fa1953bb2cf818ecf8d19667e0b (diff)
downloadfml8-f91db84743d8e474c920df97b3a5ecb3e983afc3.tar.gz
fml8-f91db84743d8e474c920df97b3a5ecb3e983afc3.tar.bz2
fml8-f91db84743d8e474c920df97b3a5ecb3e983afc3.zip
add section on fmlsummary
-rw-r--r--fml/doc/ja/tutorial/include/chapters.ent4
-rw-r--r--fml/doc/ja/tutorial/usage/chapter.onhost.sgml4
-rw-r--r--fml/doc/ja/tutorial/usage/fmlsummary.sgml27
3 files changed, 31 insertions, 4 deletions
diff --git a/fml/doc/ja/tutorial/include/chapters.ent b/fml/doc/ja/tutorial/include/chapters.ent
index 13febaf2..b02f645d 100644
--- a/fml/doc/ja/tutorial/include/chapters.ent
+++ b/fml/doc/ja/tutorial/include/chapters.ent
@@ -1,5 +1,5 @@
<!--
- $FML: chapters.ent,v 1.55 2002/10/29 04:04:30 fukachan Exp $
+ $FML: chapters.ent,v 1.56 2002/11/09 14:16:18 fukachan Exp $
-->
<!entity versin "1.1">
@@ -82,7 +82,7 @@
<!entity sect.usage.fmldoc SYSTEM "usage/fmldoc.sgml">
<!entity sect.usage.fmlthread SYSTEM "usage/fmlthread.sgml">
<!entity sect.usage.fmlhtmlify SYSTEM "usage/fmlhtmlify.sgml">
-
+<!entity sect.usage.fmlsummary SYSTEM "usage/fmlsummary.sgml">
<!-- コマンド -->
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>