Author: bdubbs
Date: Wed Oct  1 17:36:52 2014
New Revision: 14452

Log:
Update doc directories

Modified:
   trunk/BOOK/general/genutils/imagemagick.xml
   trunk/BOOK/xfce/apps/midori.xml

Modified: trunk/BOOK/general/genutils/imagemagick.xml
==============================================================================
--- trunk/BOOK/general/genutils/imagemagick.xml Wed Oct  1 14:19:46 2014        
(r14451)
+++ trunk/BOOK/general/genutils/imagemagick.xml Wed Oct  1 17:36:52 2014        
(r14452)
@@ -215,7 +215,7 @@
       Now, as the <systemitem class="username">root</systemitem> user:
     </para>
 
-<screen role="root"><userinput>make install</userinput></screen>
+<screen role="root"><userinput>make 
DOCUMENTATION_PATH=/usr/share/doc/imagemagick-&imagemagick-version; 
install</userinput></screen>
 
     <para>
       To test the installation, issue: <command>make check</command>. For a 
more

Modified: trunk/BOOK/xfce/apps/midori.xml
==============================================================================
--- trunk/BOOK/xfce/apps/midori.xml     Wed Oct  1 14:19:46 2014        (r14451)
+++ trunk/BOOK/xfce/apps/midori.xml     Wed Oct  1 17:36:52 2014        (r14452)
@@ -91,8 +91,6 @@
     <para role="optional">
       <xref linkend="gtk-doc"/> and
       <xref linkend="libzeitgeist"/>
-<!--      <xref linkend="libunique"/> or
-      <ulink url="&gnome-download-http;/libunique/">libunique (3.x)</ulink>-->
     </para>
 
     <para condition="html" role="usernotes">
@@ -117,7 +115,9 @@
       commands:
     </para>
 
-<screen><userinput>./configure --prefix=/usr &amp;&amp;
+<screen><userinput>cmake -DCMAKE_INSTALL_PREFIX=/usr                        \
+      -DCMAKE_INSTALL_DOCDIR=/usr/share/doc/midori-&midori-version; \
+      ..  &amp;&amp;
 make</userinput></screen>
 
     <para>
@@ -136,7 +136,7 @@
     <title>Command Explanations</title>
 
     <para>
-      <option>--enable-gtk3</option>: Use this switch if you want to build
+      <option>-DUSE_GTK3=1</option>: Use this switch if you want to build
       <application>Midori</application> with
       <application>WebKitGTK+</application> built against <application>GTK+
       3</application>, because by default it chooses
@@ -145,20 +145,11 @@
     </para>
 
     <para>
-      <option>--enable-apidocs</option>: Use this switch if
+      <option>-DUSE_APIDOCS=1</option>: Use this switch if
       <application>GTK-Doc</application> is installed and you
       wish to build and install the API documentation. 
     </para>
 
-    <para>
-      <command>export NOCOLOR=1</command>: This prevents the build
-      process outputting colored text. Colored text is fine if
-      you're running the commands in a terminal, but if you compile
-      it with a script and pipe the output to a log file the control
-      characters that color the text can makehe log file difficult
-      to read with a text editor.
-    </para>
-
   </sect2>
 
   <sect2 role="content">
-- 
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