mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-01-31 11:21:59 +00:00
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:
parent
966ae10ce6
commit
e9e4e6909a
@ -1,3 +1,5 @@
|
||||
<sect2><title> </title><para> </para></sect2>
|
||||
|
||||
<sect2>
|
||||
<title>File Installation Dependencies</title>
|
||||
|
||||
|
@ -1,11 +1,10 @@
|
||||
<sect2><title>Contents of File</title>
|
||||
<sect2><title> </title><para> </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
|
||||
|
13
appendixa/file-shortdesc.xml
Normal file
13
appendixa/file-shortdesc.xml
Normal 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>
|
||||
|
@ -1,11 +1,21 @@
|
||||
<sect2><title> </title><para> </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 &&
|
||||
make &&
|
||||
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>
|
||||
|
||||
|
@ -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>
|
||||
|
||||
|
@ -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">
|
||||
|
Loading…
Reference in New Issue
Block a user