Author: bdubbs
Date: 2011-03-04 21:01:21 -0700 (Fri, 04 Mar 2011)
New Revision: 9478

Modified:
   tags/6.8/BOOK/chapter05/generalinstructions.xml
   tags/6.8/BOOK/chapter06/tar.xml
   trunk/BOOK/chapter05/generalinstructions.xml
   trunk/BOOK/chapter06/tar.xml
Log:
Updates for pdf formatting

Modified: tags/6.8/BOOK/chapter05/generalinstructions.xml
===================================================================
--- tags/6.8/BOOK/chapter05/generalinstructions.xml     2011-03-05 03:41:29 UTC 
(rev 9477)
+++ tags/6.8/BOOK/chapter05/generalinstructions.xml     2011-03-05 04:01:21 UTC 
(rev 9478)
@@ -75,8 +75,9 @@
   <para>To re-emphasize the build process:</para>
 
 <screen role="nodump">
-1. Place all the sources and patches in a directory that will be accessible 
from the 
-   chroot envronment such as /mnt/lfs/sources/.  Do <emphasis>not</emphasis> 
put sources in /mnt/lfs/tools/.
+1. Place all the sources and patches in a directory that will be accessible 
+   from the chroot envronment such as /mnt/lfs/sources/.  Do 
<emphasis>not</emphasis> put 
+   sources in /mnt/lfs/tools/.
 2. Change to the sources directory.
 3. For each package:
    a. Using the tar program, extract the package to be built.

Modified: tags/6.8/BOOK/chapter06/tar.xml
===================================================================
--- tags/6.8/BOOK/chapter06/tar.xml     2011-03-05 03:41:29 UTC (rev 9477)
+++ tags/6.8/BOOK/chapter06/tar.xml     2011-03-05 04:01:21 UTC (rev 9478)
@@ -42,7 +42,8 @@
 
     <para>Prepare Tar for compilation:</para>
 
-<screen><userinput remap="configure">FORCE_UNSAFE_CONFIGURE=1 ./configure 
--prefix=/usr --bindir=/bin --libexecdir=/usr/sbin</userinput></screen>
+<screen><userinput remap="configure">FORCE_UNSAFE_CONFIGURE=1 ./configure 
--prefix=/usr \
+    --bindir=/bin --libexecdir=/usr/sbin</userinput></screen>
 
     <variablelist>
       <title>The meaning of the configure options:</title>

Modified: trunk/BOOK/chapter05/generalinstructions.xml
===================================================================
--- trunk/BOOK/chapter05/generalinstructions.xml        2011-03-05 03:41:29 UTC 
(rev 9477)
+++ trunk/BOOK/chapter05/generalinstructions.xml        2011-03-05 04:01:21 UTC 
(rev 9478)
@@ -75,8 +75,9 @@
   <para>To re-emphasize the build process:</para>
 
 <screen role="nodump">
-1. Place all the sources and patches in a directory that will be accessible 
from the 
-   chroot envronment such as /mnt/lfs/sources/.  Do <emphasis>not</emphasis> 
put sources in /mnt/lfs/tools/.
+1. Place all the sources and patches in a directory that will be accessible 
+   from the chroot envronment such as /mnt/lfs/sources/.  Do 
<emphasis>not</emphasis> put 
+   sources in /mnt/lfs/tools/.
 2. Change to the sources directory.
 3. For each package:
    a. Using the tar program, extract the package to be built.

Modified: trunk/BOOK/chapter06/tar.xml
===================================================================
--- trunk/BOOK/chapter06/tar.xml        2011-03-05 03:41:29 UTC (rev 9477)
+++ trunk/BOOK/chapter06/tar.xml        2011-03-05 04:01:21 UTC (rev 9478)
@@ -42,7 +42,8 @@
 
     <para>Prepare Tar for compilation:</para>
 
-<screen><userinput remap="configure">FORCE_UNSAFE_CONFIGURE=1 ./configure 
--prefix=/usr --bindir=/bin --libexecdir=/usr/sbin</userinput></screen>
+<screen><userinput remap="configure">FORCE_UNSAFE_CONFIGURE=1 ./configure 
--prefix=/usr \
+   --bindir=/bin --libexecdir=/usr/sbin</userinput></screen>
 
     <variablelist>
       <title>The meaning of the configure options:</title>

-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page

Reply via email to