mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-25 14:49:20 +01:00
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:
parent
984ab5a172
commit
a1d1a356a8
@ -1,3 +1,5 @@
|
||||
<sect2><title> </title><para> </para></sect2>
|
||||
|
||||
<sect2>
|
||||
<title>Texinfo Installation Dependencies</title>
|
||||
|
||||
|
13
appendixa/texinfo-shortdesc.xml
Normal file
13
appendixa/texinfo-shortdesc.xml
Normal 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>
|
@ -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 \
|
||||
--disable-nls &&
|
||||
make &&
|
||||
make install</userinput></screen></para>
|
||||
--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>
|
||||
|
||||
|
@ -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>
|
||||
|
||||
|
@ -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">
|
||||
|
Loading…
Reference in New Issue
Block a user