📄 texinfo.html
字号:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content= "application/xhtml+xml; charset=iso-8859-1" /> <title> 10.29. Texinfo-4.8 </title> <link rel="stylesheet" href="../stylesheets/lfs.css" type="text/css" /> <meta name="generator" content="DocBook XSL Stylesheets V1.69.1" /> <link rel="stylesheet" href="../stylesheets/lfs-print.css" type= "text/css" media="print" /> </head> <body id="lfs" class="CLFS-SVN-20060417-MIPS"> <div class="navheader"> <div class="headertitles"> <h4> Cross-Compiled Linux From Scratch - Version CLFS-SVN-20060417-MIPS </h4> <h3> Chapter 10. Installing Basic System Software </h3> </div> <ul class="headerlinks"> <li class="prev"> <a accesskey="p" href="iproute2.html" title= "IPRoute2-2.6.15-060110">Prev</a> <p> IPRoute2-2.6.15-060110 </p> </li> <li class="next"> <a accesskey="n" href="autoconf.html" title= "Autoconf-2.59">Next</a> <p> Autoconf-2.59 </p> </li> <li class="up"> <a accesskey="u" href="chapter.html" title= "Chapter 10. Installing Basic System Software">Up</a>. </li> <li class="home"> <a accesskey="h" href="../index.html" title= "Cross-Compiled Linux From Scratch - Version CLFS-SVN-20060417-MIPS"> Home</a> </li> </ul> </div> <div class="wrap" lang="en" xml:lang="en"> <div class="titlepage"> <h1 class="sect1"> 10.29. Texinfo-4.8 </h1> </div> <div class="package" lang="en" xml:lang="en"> <p> The Texinfo package contains programs for reading, writing, and converting info pages. </p> <div class="segmentedlist"> <div class="seglistitem"> <div class="seg"> <strong><span class="segtitle">Installation depends on:</span></strong> <span class="seg">Bash, Binutils, Coreutils, Diffutils, GCC, Gettext, Glibc, Grep, Make, Ncurses, Patch, and Sed</span> </div> </div> </div> </div> <div class="installation" lang="en" xml:lang="en"> <div class="titlepage"> <h2 class="sect2"> 10.29.1. Installation of Texinfo </h2> </div> <p> Texinfo allows local users to overwrite arbitrary files via a symlink attack on temporary files. Apply the following patch to fix this: </p> <pre class="userinput"><kbd class="command">patch -Np1 -i ../texinfo-4.8-tempfile_fix-2.patch</kbd></pre> <p> Prepare Texinfo for compilation: </p> <pre class="userinput"><kbd class="command">./configure --prefix=/usr</kbd></pre> <p> Compile the package: </p> <pre class="userinput"><kbd class="command">make</kbd></pre> <p> To test the results, issue: <strong class="userinput"><tt>make check</tt></strong>. </p> <p> Install the package: </p> <pre class="userinput"><kbd class="command">make install</kbd></pre> <p> Optionally, install the components belonging in a TeX installation: </p> <pre class="userinput"><kbd class="command">make TEXMF=/usr/share/texmf install-tex</kbd></pre> <div class="variablelist"> <p class="title"> <b>The meaning of the make parameter:</b> </p> <dl> <dt> <span class="term"><em class= "parameter"><tt>TEXMF=/usr/share/texmf</tt></em></span> </dt> <dd> <p> The <tt class="envar">TEXMF</tt> makefile variable holds the location of the root of the TeX tree if, for example, a TeX package will be installed later. </p> </dd> </dl> </div> <p> The Info documentation system uses a plain text file to hold its list of menu entries. The file is located at <tt class= "filename">/usr/share/info/dir</tt>. Unfortunately, due to occasional problems in the Makefiles of various packages, it can sometimes get out of sync with the info pages installed on the system. If the <tt class="filename">/usr/share/info/dir</tt> file ever needs to be recreated, the following optional commands will accomplish the task: </p> <pre class="userinput"><kbd class="command">cd /usr/share/inform dirfor f in *do install-info $f dir 2>/dev/nulldone</kbd></pre> </div> <div class="content" lang="en" xml:lang="en"> <div class="titlepage"> <a id="contents-texinfo" name="contents-texinfo"></a> <h2 class="sect2"> 10.29.2. Contents of Texinfo </h2> </div> <div class="segmentedlist"> <div class="seglistitem"> <div class="seg"> <strong><span class="segtitle">Installed programs:</span></strong> <span class="seg">info, infokey, install-info, makeinfo, texi2dvi, texi2pdf, and texindex</span> </div> </div> </div> <div class="variablelist"> <h3> <a id="id3677955" name="id3677955"></a>Short Descriptions </h3> <table border="0"> <col align="left" valign="top" /> <tbody> <tr> <td> <a id="info" name="info"></a><span class= "term"><span><strong class= "command">info</strong></span></span> </td> <td> <p> Used to read info pages which are similar to man pages, but often go much deeper than just explaining all the command line options. For example, compare <span><strong class="command">man bison</strong></span> and <span><strong class="command">info bison</strong></span>. </p> </td> </tr> <tr> <td> <a id="infokey" name="infokey"></a><span class= "term"><span><strong class= "command">infokey</strong></span></span> </td> <td> <p> Compiles a source file containing Info customizations into a binary format </p> </td> </tr> <tr> <td> <a id="install-info" name="install-info"></a><span class= "term"><span><strong class= "command">install-info</strong></span></span> </td> <td> <p> Used to install info pages; it updates entries in the <span><strong class="command">info</strong></span> index file </p> </td> </tr> <tr> <td> <a id="makeinfo" name="makeinfo"></a><span class= "term"><span><strong class= "command">makeinfo</strong></span></span> </td> <td> <p> Translates the given Texinfo source documents into info pages, plain text, or HTML </p> </td> </tr> <tr> <td> <a id="texi2dvi" name="texi2dvi"></a><span class= "term"><span><strong class= "command">texi2dvi</strong></span></span> </td> <td> <p> Used to format the given Texinfo document into a device-independent file that can be printed </p> </td> </tr> <tr> <td> <a id="texi2pdf" name="texi2pdf"></a><span class= "term"><span><strong class= "command">texi2pdf</strong></span></span> </td> <td> <p> Used to format the given Texinfo document into a Portable Document Format (PDF) file </p> </td> </tr> <tr> <td> <a id="texindex" name="texindex"></a><span class= "term"><span><strong class= "command">texindex</strong></span></span> </td> <td> <p> Used to sort Texinfo index files </p> </td> </tr> </tbody> </table> </div> </div> </div> <div class="navfooter"> <ul> <li class="prev"> <a accesskey="p" href="iproute2.html" title= "IPRoute2-2.6.15-060110">Prev</a> <p> IPRoute2-2.6.15-060110 </p> </li> <li class="next"> <a accesskey="n" href="autoconf.html" title= "Autoconf-2.59">Next</a> <p> Autoconf-2.59 </p> </li> <li class="up"> <a accesskey="u" href="chapter.html" title= "Chapter 10. Installing Basic System Software">Up</a>. </li> <li class="home"> <a accesskey="h" href="../index.html" title= "Cross-Compiled Linux From Scratch - Version CLFS-SVN-20060417-MIPS"> Home</a>. </li> </ul> </div> </body></html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -