Author: bdubbs
Date: Mon Sep 29 23:16:27 2014
New Revision: 14429

Log:
Set correct doc directories

Modified:
   trunk/BOOK/general/genlib/libunistring.xml
   trunk/BOOK/general/genlib/libzeitgeist.xml

Modified: trunk/BOOK/general/genlib/libunistring.xml
==============================================================================
--- trunk/BOOK/general/genlib/libunistring.xml  Mon Sep 29 22:21:57 2014        
(r14428)
+++ trunk/BOOK/general/genlib/libunistring.xml  Mon Sep 29 23:16:27 2014        
(r14429)
@@ -73,7 +73,7 @@
     <para>Install <application>libunistring</application> by running the 
following
     commands:</para>
 
-<screen><userinput>./configure --prefix=/usr &amp;&amp;
+<screen><userinput>./configure --prefix=/usr 
--docdir=/usr/share/doc/libunistring-&libunistring-version; &amp;&amp;
 make</userinput></screen>
 
     <para>To test the results, issue: <command>make check</command>.</para>

Modified: trunk/BOOK/general/genlib/libzeitgeist.xml
==============================================================================
--- trunk/BOOK/general/genlib/libzeitgeist.xml  Mon Sep 29 22:21:57 2014        
(r14428)
+++ trunk/BOOK/general/genlib/libzeitgeist.xml  Mon Sep 29 23:16:27 2014        
(r14429)
@@ -100,7 +100,9 @@
       commands:
     </para>
 
-<screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
+<screen><userinput>sed -i  "s|/doc/libzeitgeist|&amp;-&libzeitgeist-version;|" 
Makefile.in &amp;&amp;
+
+./configure --prefix=/usr --disable-static &amp;&amp;
 make</userinput></screen>
 
     <para>
@@ -117,6 +119,11 @@
   <sect2 role="commands">
     <title>Command Explanations</title>
 
+    <para>
+      <command>sed ... Makefile.in</command>:  PLace the documentation in 
+      a versioned directory.
+    </para>
+
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude";
       href="../../xincludes/static-libraries.xml"/>
 
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to