mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-01-19 13:37:39 +00:00
Billy's texinfo conversion.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2352 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
f5ab23e287
commit
b2933b95f7
@ -1,12 +1,32 @@
|
||||
<sect2><title> </title><para> </para></sect2>
|
||||
|
||||
<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>./configure --prefix=/usr &&
|
||||
make &&
|
||||
make install &&
|
||||
make TEXMF=/usr/share/texmf install-tex</userinput></screen></para>
|
||||
<para><screen><userinput>
|
||||
./configure --prefix=/usr</userinput></screen></para>
|
||||
|
||||
<para>Continue with compiling the package:</para>
|
||||
|
||||
<para><screen><userinput>make</userinput></screen></para>
|
||||
|
||||
<para>And finish off installing the package:</para>
|
||||
|
||||
<para><screen><userinput>make install</userinput></screen></para>
|
||||
<para><screen><userinput>
|
||||
make TEXMF=/usr/share/texmf install-tex </userinput></screen></para>
|
||||
</sect2>
|
||||
|
||||
<sect2>
|
||||
<title>Command explanations</title>
|
||||
|
||||
<para><userinput>make TEXMF=/usr/share/texmf install-tex:</userinput>
|
||||
This installs the texinfo components that belong in a TeX
|
||||
installation. Although TeX isn't installed on LFS, it's installed here
|
||||
to complete the texinfo installation. </para>
|
||||
|
||||
</sect2>
|
||||
|
||||
|
||||
|
@ -5,9 +5,8 @@
|
||||
<screen>Estimated build time: &texinfo-time;
|
||||
Estimated required disk space: &texinfo-compsize;</screen>
|
||||
|
||||
&c6-texinfo-inst;
|
||||
&c6-texinfo-exp;
|
||||
&aa-texinfo-desc;
|
||||
&aa-texinfo-shortdesc;
|
||||
&aa-texinfo-dep;
|
||||
&c6-texinfo-inst;
|
||||
|
||||
</sect1>
|
||||
|
Loading…
Reference in New Issue
Block a user