diff options
| author | fukachan <fukachan> | 2001-04-24 13:16:25 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2001-04-24 13:16:25 +0000 |
| commit | 819cc0d5ddacb9e87202664db0fc300e28e2a70c (patch) | |
| tree | ca89d6357dbe1f3e912320aad214af9ed8100c86 /fml/doc/ja/tutorial/devel | |
| parent | a0a5219aef22bdba0c7679f1d60e10c74ef34e3f (diff) | |
| download | fml8-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.sgml | 72 |
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> |
