Converted static texinfo to new layout.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2329 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Timothy Bauscher 2003-01-15 07:45:14 +00:00
parent 984ab5a172
commit a1d1a356a8
5 changed files with 28 additions and 6 deletions

View File

@ -1,3 +1,5 @@
<sect2><title>&nbsp;</title><para>&nbsp;</para></sect2>
<sect2>
<title>Texinfo Installation Dependencies</title>

View File

@ -0,0 +1,13 @@
<sect2><title>Contents of Texinfo</title>
<para>Last checked against version &texinfo-contversion;.</para>
<para>The Texinfo package contains programs used for reading,
writing and converting Info documents, which provide system
documentation.</para>
<sect3><title>Program Files</title>
<para>info, infokey, install-info, makeinfo, texi2dvi and
texindex</para></sect3>
</sect2>

View File

@ -1,12 +1,18 @@
<sect2>
<title>Installation of Texinfo</title>
<para>Install Texinfo by running the following commands:</para>
<para>Prepare Texinfo to be compiled:</para>
<para><screen><userinput>LDFLAGS="-static" ./configure --prefix=$LFS/static \
&nbsp;&nbsp;&nbsp;&nbsp;--disable-nls &amp;&amp;
make &amp;&amp;
make install</userinput></screen></para>
&nbsp;&nbsp;&nbsp;&nbsp;--disable-nls</userinput></screen></para>
<para>Continue with compiling the package:</para>
<para><screen><userinput>make</userinput></screen></para>
<para>Finish installing the package:</para>
<para><screen><userinput>make install</userinput></screen></para>
</sect2>

View File

@ -5,9 +5,9 @@
<screen>Estimated build time: &texinfo-time-static;
Estimated required disk space: &texinfo-compsize-static;</screen>
&c5-texinfo-inst;
&aa-texinfo-desc;
&aa-texinfo-shortdesc;
&aa-texinfo-dep;
&c5-texinfo-inst;
</sect1>

View File

@ -11,6 +11,7 @@
<!ENTITY aa-texinfo-desc SYSTEM "../appendixa/texinfo-desc.xml">
<!ENTITY aa-texinfo-dep SYSTEM "../appendixa/texinfo-dep.xml">
<!ENTITY aa-texinfo-down SYSTEM "../appendixa/texinfo-down.xml">
<!ENTITY aa-texinfo-shortdesc SYSTEM "../appendixa/texinfo-shortdesc.xml">
<!ENTITY texinfo-version "4.3">
<!ENTITY texinfo-depversion "4.0">