Bladeren bron

Billy's file conversion.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2358 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Timothy Bauscher 22 jaren geleden
bovenliggende
commit
e9e4e6909a
6 gewijzigde bestanden met toevoegingen van 37 en 11 verwijderingen
  1. 2 0
      appendixa/file-dep.xml
  2. 4 5
      appendixa/file-desc.xml
  3. 13 0
      appendixa/file-shortdesc.xml
  4. 14 4
      chapter06/file-inst.xml
  5. 2 2
      chapter06/file.xml
  6. 2 0
      entities/file.ent

+ 2 - 0
appendixa/file-dep.xml

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

+ 4 - 5
appendixa/file-desc.xml

@@ -1,11 +1,10 @@
-<sect2><title>Contents of File</title>
+<sect2><title>&nbsp;</title><para>&nbsp;</para></sect2>
 
-<para>Last checked against version &file-contversion;.</para>
+<sect2><title>Descriptions</title>
 
-<sect3><title>Program Files</title>
-<para>file</para></sect3>
+<para>Last checked against version &file-contversion;.</para>
 
-<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 - 0
appendixa/file-shortdesc.xml

@@ -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>
+

+ 14 - 4
chapter06/file-inst.xml

@@ -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
+</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>./configure --prefix=/usr --datadir=/usr/share/misc &amp;&amp;
-make &amp;&amp;
-make install</userinput></screen></para>
+<para><screen><userinput>make install</userinput></screen></para>
 
 </sect2>
 

+ 2 - 2
chapter06/file.xml

@@ -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>
 

+ 2 - 0
entities/file.ent

@@ -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">