OSDN Git Service

[lfsja-git] r11.1-151 対応。
[lfsbookja/lfsja-git.git] / src / chapter08 / texinfo.ch
1 %
2 % This is part of LFSbookja package.
3 %
4 % This is a CTIE change file for the original XML source of the LFSbook.
5 %
6 @x
7 <?xml version="1.0" encoding="ISO-8859-1"?>
8 @y
9 <?xml version="1.0" encoding="UTF-8"?>
10 @z
11
12 @x
13     <para>The Texinfo package contains programs for reading, writing, and
14     converting info pages.</para>
15 @y
16     <para>
17     Texinfo パッケージは info ページへの読み書き、変換を行うプログラムを提供します。
18     </para>
19 @z
20
21 @x
22     <title>Installation of Texinfo</title>
23 @y
24     <title>&InstallationOf1;Texinfo&InstallationOf2;</title>
25 @z
26
27 @x
28     <para>Prepare Texinfo for compilation:</para>
29 @y
30     <para>&PreparePackage1;Texinfo&PreparePackage2;</para>
31 @z
32
33 @x
34       <title>The meaning of the configure option:</title>
35 @y
36       <title>&MeaningOfParameter1;configure&MeaningOfParameter2;</title>
37 @z
38
39 @x
40           <para>In this case, the top-level configure script will complain that
41           this is an unrecognized option, but the configure script for
42           XSParagraph recognizes it and uses it to disable installing a static
43           <filename class="libraryfile">XSParagraph.a</filename> to <filename
44           class="directory">/usr/lib/texinfo</filename>.</para>
45 @y
46           <para>
47           上のようにして処理した場合にトップレベルの configure スクリプトは、認識不能なオプションであると示してきます。
48           しかしこのオプションは XSParagraph の configure スクリプトにおいて認識されます。
49           そして <filename
50           class="directory">/usr/lib/texinfo</filename> 内にスタティックライブラリ <filename
51           class="libraryfile">XSParagraph.a</filename> を生成しないようになります。
52           </para>
53 @z
54
55 @x
56     <para>Compile the package:</para>
57 @y
58     <para>&CompileThePackage;</para>
59 @z
60
61 @x
62     <para>To test the results, issue:</para>
63 @y
64     <para>コンパイル結果をテストするには以下を実行します。</para>
65 @z
66
67 @x
68     <para>Install the package:</para>
69 @y
70     <para>&InstallThePackage;</para>
71 @z
72
73 @x
74     <para>Optionally, install the components belonging in a TeX
75     installation:</para>
76 @y
77     <para>
78     必要なら TeX システムに属するコンポーネント類をインストールします。
79     </para>
80 @z
81
82 @x
83       <title>The meaning of the make parameter:</title>
84 @y
85       <title>&MeaningOfParameter1;make&MeaningOfParameter2;</title>
86 @z
87
88 @x
89           <para>The <envar>TEXMF</envar> makefile variable holds the location
90           of the root of the TeX tree if, for example, a TeX package will be
91           installed later.</para>
92 @y
93           <para>
94           Makefile 変数である <envar>TEXMF</envar> に TeX ツリーのルートディレクトリを設定します。
95           これは後に TeX パッケージをインストールするための準備です。
96           </para>
97 @z
98
99 @x
100     <para>The Info documentation system uses a plain text file to hold its list of
101     menu entries. The file is located at <filename>/usr/share/info/dir</filename>.
102     Unfortunately, due to occasional problems in the Makefiles of various packages,
103     it can sometimes get out of sync with the info pages installed on the system.
104     If the <filename>/usr/share/info/dir</filename> file ever needs to be
105     recreated, the following optional commands will accomplish the task:</para>
106 @y
107     <para>
108     ドキュメントシステム Info は、 メニュー項目の一覧を単純なテキストファイルに保持しています。
109     そのファイルは <filename>/usr/share/info/dir</filename> にあります。
110     残念ながら数々のパッケージの Makefile は、既にインストールされている info ページとの同期を取る処理を行わない場合があります。
111     <filename>/usr/share/info/dir</filename> の再生成を必要とするなら、以下のコマンドを実行してこれを実現します。
112     </para>
113 @z
114
115 @x
116     <title>Contents of Texinfo</title>
117 @y
118     <title>&ContentsOf1;Texinfo&ContentsOf2;</title>
119 @z
120
121 @x
122       <segtitle>Installed programs</segtitle>
123       <segtitle>Installed library</segtitle>
124       <segtitle>Installed directories</segtitle>
125 @y
126       <segtitle>&InstalledProgram;</segtitle>
127       <segtitle>&InstalledLibrary;</segtitle>
128       <segtitle>&InstalledDirectory;</segtitle>
129 @z
130
131 @x
132         <seg>info, install-info, makeinfo (link to texi2any),
133         pdftexi2dvi, pod2texi, texi2any, texi2dvi, texi2pdf, and texindex</seg>
134         <seg>MiscXS.so, Parsetexi.so, and XSParagraph.so
135         (all in /usr/lib/texinfo)</seg>
136         <seg>/usr/share/texinfo and /usr/lib/texinfo</seg>
137 @y
138         <seg>info, install-info, makeinfo (texi2any へのリンク),
139         pdftexi2dvi, pod2texi, texi2any, texi2dvi, texi2pdf, texindex</seg>
140         <seg>MiscXS.so, Parsetexi.so, XSParagraph.so
141         (すべて /usr/lib/texinfo ディレクトリ内)</seg>
142         <seg>/usr/share/texinfo, /usr/lib/texinfo</seg>
143 @z
144
145 @x
146       <bridgehead renderas="sect3">Short Descriptions</bridgehead>
147 @y
148       <bridgehead renderas="sect3">&ShortDescriptions;</bridgehead>
149 @z
150
151 @x info
152           <para>Used to read info pages which are similar to man pages, but
153           often go much deeper than just explaining all the available command
154           line options [For example, compare <command>man bison</command> and
155           <command>info bison</command>.]</para>
156 @y
157           <para>
158           info ページを見るために利用します。
159           これは man ページに似ていますが、単に利用可能なコマンドラインオプションを説明するだけのものではなく、おそらくはもっと充実しています。
160           例えば <command>man bison</command> と <command>info bison</command> を比較してみてください。
161           </para>
162 @z
163
164 % @x infokey
165 %           <para>Compiles a source file containing Info customizations into a
166 %           binary format</para>
167 % @y
168 %           <para>
169 %           Info のカスタマイズ情報を設定したソースファイルをバイナリ形式にコンパイルします。
170 %           </para>
171 % @z
172
173 @x install-info
174           <para>Used to install info pages; it updates entries in the
175           <command>info</command> index file</para>
176 @y
177           <para>
178           info ページをインストールします。
179           <command>info</command> 索引ファイルにある索引項目も更新します。
180           </para>
181 @z
182
183 @x makeinfo
184           <para>Translates the given Texinfo source documents into
185           info pages, plain text, or HTML</para>
186 @y
187           <para>
188           指定された Texinfo ソースファイルを Info ページ、プレーンテキスト、HTML ファイルに変換します。
189           </para>
190 @z
191
192 @x pdftexi2dvi
193           <para>Used to format the given Texinfo document into a
194           Portable Document Format (PDF) file</para>
195 @y
196           <para>
197           指定された Texinfo ドキュメントファイルを PDF (Portable Document Format) ファイルに変換します。
198           </para>
199 @z
200
201 @x pod2texi
202           <para>Converts Pod to Texinfo format</para>
203 @y
204           <para>
205           Pod フォーマットを Texinfo フォーマットに変換します。
206           </para>
207 @z
208
209 @x texi2any
210           <para>Translate Texinfo source documentation to
211           various other formats</para>
212 @y
213           <para>
214           Texinfo のソースファイルを他のさまざまなフォーマットに変換します。
215           </para>
216 @z
217
218 @x texi2dvi
219           <para>Used to format the given Texinfo document into a
220           device-independent file that can be printed</para>
221 @y
222           <para>
223           指定された Texinfo ドキュメントファイルを、デバイスに依存しない印刷可能なファイルに変換します。
224           </para>
225 @z
226
227 @x texi2pdf
228           <para>Used to format the given Texinfo document into a
229           Portable Document Format (PDF) file</para>
230 @y
231           <para>
232           指定された Texinfo ドキュメントファイルを PDF (Portable Document Format) ファイルに変換します。
233           </para>
234 @z
235
236 @x texindex
237           <para>Used to sort Texinfo index files</para>
238 @y
239           <para>
240           Texinfo 索引ファイルの並び替えを行います。
241           </para>
242 @z