summaryrefslogtreecommitdiff
path: root/fml/doc/ja/tutorial/devel
diff options
context:
space:
mode:
authorfukachan <fukachan>2001-04-24 13:16:25 +0000
committerfukachan <fukachan>2001-04-24 13:16:25 +0000
commit819cc0d5ddacb9e87202664db0fc300e28e2a70c (patch)
treeca89d6357dbe1f3e912320aad214af9ed8100c86 /fml/doc/ja/tutorial/devel
parenta0a5219aef22bdba0c7679f1d60e10c74ef34e3f (diff)
downloadfml8-819cc0d5ddacb9e87202664db0fc300e28e2a70c.tar.gz
fml8-819cc0d5ddacb9e87202664db0fc300e28e2a70c.tar.bz2
fml8-819cc0d5ddacb9e87202664db0fc300e28e2a70c.zip
import dirhier.html
Diffstat (limited to 'fml/doc/ja/tutorial/devel')
-rw-r--r--fml/doc/ja/tutorial/devel/cvstree.sgml72
1 files changed, 72 insertions, 0 deletions
diff --git a/fml/doc/ja/tutorial/devel/cvstree.sgml b/fml/doc/ja/tutorial/devel/cvstree.sgml
new file mode 100644
index 00000000..a685bb18
--- /dev/null
+++ b/fml/doc/ja/tutorial/devel/cvstree.sgml
@@ -0,0 +1,72 @@
+<!--
+ $FML
+-->
+
+<chapter id="dirhier">
+
+<title> cvs tree の構造 </title>
+
+<sect1>
+ <title> ディレクトリ構造 </title>
+
+<para>
+<programlisting>
+/etc/fml/
+/usr/local/lib/fml/$VERSION/
+/usr/local/libexec/fml/$VERSION/
+/usr/share/doc/fml/$VERSION/
+</programlisting>
+</para>
+
+
+<table>
+ <title> cvs tree 以下のディレクトリの説明 </title>
+
+ <tgroup cols=2>
+
+ <thead>
+ <row>
+ <entry> ディレクトリ </entry>
+ <entry> 説明 </entry>
+ </row>
+ </thead>
+
+ <tbody>
+ <row>
+ <entry>
+ Documentation/
+ </entry>
+
+ <entry>
+ ドキュメント
+ </entry>
+ </row>
+
+
+ <row>
+ <entry> fml/etc/ </entry>
+ <entry> 設定変数 </entry>
+ </row>
+
+
+ <row>
+ <entry> fml/lib/ </entry>
+ <entry> perl モジュール群 </entry>
+ </row>
+
+
+ <row>
+ <entry> fml/libexec/ </entry>
+ <entry>
+ 実行されるプログラムの実体。
+ もっともすぐにモジュールを
+ 呼び出すので、正確には wrapper です。
+ </entry>
+ </row>
+ </tbody>
+
+ </tgroup>
+</table>
+</sect1>
+
+</chapter>