Billy's file conversion.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2358 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Timothy Bauscher 2003-01-17 01:14:19 +00:00
parent 966ae10ce6
commit e9e4e6909a
6 changed files with 37 additions and 11 deletions

View File

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

View File

@ -1,11 +1,10 @@
<sect2><title>Contents of File</title>
<sect2><title>&nbsp;</title><para>&nbsp;</para></sect2>
<sect2><title>Descriptions</title>
<para>Last checked against version &file-contversion;.</para>
<sect3><title>Program Files</title>
<para>file</para></sect3>
<sect3><title>Descriptions</title>
<sect3><title>Program file descriptions</title>
<sect4><title>file</title>
<para>file tests each specified file in an attempt to classify it. There are

View File

@ -0,0 +1,13 @@
<sect2><title>Contents of File</title>
<para>Last checked against version &file-contversion;.</para>
<para>File is a utility used to determine file types.</para>
<para>File installs the following:</para>
<sect3><title>Program Files</title>
<para>file</para></sect3>
</sect2>

View File

@ -1,11 +1,21 @@
<sect2><title>&nbsp;</title><para>&nbsp;</para></sect2>
<sect2>
<title>Installation of File</title>
<para>Install File by running the following commands:</para>
<para>Prepare File to be compiled:</para>
<para><screen><userinput>./configure --prefix=/usr --datadir=/usr/share/misc &amp;&amp;
make &amp;&amp;
make install</userinput></screen></para>
<para><screen><userinput>
./configure --prefix=/usr --datadir=/usr/share/misc
</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>
</sect2>

View File

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

View File

@ -4,6 +4,8 @@
<!ENTITY c6-file-inst SYSTEM "../chapter06/file-inst.xml">
<!ENTITY aa-file SYSTEM "../appendixa/file.xml">
<!ENTITY aa-file-shortdesc SYSTEM "../appendixa/file-shortdesc.xml">
<!ENTITY aa-file-desc SYSTEM "../appendixa/file-desc.xml">
<!ENTITY aa-file-dep SYSTEM "../appendixa/file-dep.xml">
<!ENTITY aa-file-down SYSTEM "../appendixa/file-down.xml">