Author: bdubbs
Date: Mon Feb 17 15:36:01 2014
New Revision: 12722

Log:
Fix expect man page directory

Modified:
   trunk/BOOK/general/genlib/libxml2.xml
   trunk/BOOK/general/prog/expect.xml
   trunk/BOOK/general/prog/subversion.xml

Modified: trunk/BOOK/general/genlib/libxml2.xml
==============================================================================
--- trunk/BOOK/general/genlib/libxml2.xml       Mon Feb 17 15:16:31 2014        
(r12721)
+++ trunk/BOOK/general/genlib/libxml2.xml       Mon Feb 17 15:36:01 2014        
(r12722)
@@ -35,7 +35,7 @@
       and utilities used for parsing XML files.
     </para>
 
-    &lfs74_checked;
+    &lfs75_checked;
 
     <bridgehead renderas="sect3">Package Information</bridgehead>
     <itemizedlist spacing="compact">

Modified: trunk/BOOK/general/prog/expect.xml
==============================================================================
--- trunk/BOOK/general/prog/expect.xml  Mon Feb 17 15:16:31 2014        (r12721)
+++ trunk/BOOK/general/prog/expect.xml  Mon Feb 17 15:36:01 2014        (r12722)
@@ -85,9 +85,10 @@
     <!-- Not sure if we need a static library as it does not build by default
          any longer. Only a .so library is installed when passing
          'enable-shared'. -->
-<screen><userinput>./configure --prefix=/usr       \
-            --with-tcl=/usr/lib \
-            --enable-shared     \
+<screen><userinput>./configure --prefix=/usr           \
+            --with-tcl=/usr/lib     \
+            --enable-shared         \
+            --mandir=/usr/share/man \
             --with-tclinclude=/usr/include &amp;&amp;
 make</userinput></screen>
 

Modified: trunk/BOOK/general/prog/subversion.xml
==============================================================================
--- trunk/BOOK/general/prog/subversion.xml      Mon Feb 17 15:16:31 2014        
(r12721)
+++ trunk/BOOK/general/prog/subversion.xml      Mon Feb 17 15:36:01 2014        
(r12722)
@@ -41,7 +41,7 @@
       a repository is covered at <xref linkend="svnserver"/>.
     </para>
 
-    &lfs74_checked;
+    &lfs75_checked;
 
     <bridgehead renderas="sect3">Package Information</bridgehead>
     <itemizedlist spacing="compact">
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to