Author: pierre
Date: Sun Feb 19 03:25:43 2017
New Revision: 18354

Log:
Other minor fixes

Modified:
   trunk/BOOK/general/genlib/openobex.xml
   trunk/BOOK/postlfs/editors/bluefish.xml
   trunk/BOOK/pst/typesetting/biber.xml
   trunk/BOOK/xsoft/other/tigervnc.xml

Modified: trunk/BOOK/general/genlib/openobex.xml
==============================================================================
--- trunk/BOOK/general/genlib/openobex.xml      Sun Feb 19 00:34:04 2017        
(r18353)
+++ trunk/BOOK/general/genlib/openobex.xml      Sun Feb 19 03:25:43 2017        
(r18354)
@@ -129,8 +129,11 @@
       Now, as the <systemitem class="username">root</systemitem> user:
     </para>
 
+    <!-- /usr/share/doc/openobex is not created if doxygen is not found -->
 <screen role="root"><userinput>make install &amp;&amp;
-mv -fv 
/usr/share/doc/{openobex,openobex-&openobex-version;}</userinput></screen>
+if [ -d /usr/share/doc/openobex ]; then
+  mv -fv /usr/share/doc/{openobex,openobex-&openobex-version;}
+fi</userinput></screen>
   </sect2>
 
   <sect2 role="commands">
@@ -147,8 +150,8 @@
     </para>
 
     <para>
-      <command>mv -fv ...</command>: Moves the documention to a versioned
-      directory.
+      <command>mv -fv ...</command>: Moves the documentation to a versioned
+      directory, if it has been created.
     </para>
 
   </sect2>

Modified: trunk/BOOK/postlfs/editors/bluefish.xml
==============================================================================
--- trunk/BOOK/postlfs/editors/bluefish.xml     Sun Feb 19 00:34:04 2017        
(r18353)
+++ trunk/BOOK/postlfs/editors/bluefish.xml     Sun Feb 19 03:25:43 2017        
(r18354)
@@ -78,9 +78,15 @@
 
     <bridgehead renderas="sect4">Required</bridgehead>
     <para role="required">
-      <xref linkend="gtk2"/> or <xref linkend="gtk3"/>.
-      If both are installed, <command>configure</command> defaults to using
-      <application>GTK+ 3</application>.
+      <xref linkend="gtk2"/> or <xref linkend="gtk3"/>
+      (If both are installed, <command>configure</command> defaults to using
+      <application>GTK+ 3</application>)
+    </para>
+
+    <bridgehead renderas="sect4">Recommended</bridgehead>
+    <para role="recommended">
+      <xref linkend="desktop-file-utils"/> (for updating the desktop
+      database)
     </para>
 
     <bridgehead renderas="sect4">Optional</bridgehead>
@@ -125,10 +131,8 @@
         hierarchy. You can improve system performance and memory usage by
         updating <filename>/usr/share/icons/hicolor/icon-theme.cache</filename>
         and <filename>/usr/share/applications/mimeinfo.cache</filename>. To
-        perform the update you must have <xref linkend="gtk2"/> or
-        <xref linkend="gtk3"/> installed (for the icon cache) and
-        <xref linkend="desktop-file-utils"/> (for the desktop cache) and issue
-        the following commands as the
+       perform the update you must have <xref linkend="desktop-file-utils"/>
+       (for the desktop cache) and issue the following commands as the
         <systemitem class="username">root</systemitem> user:
       </para>
 

Modified: trunk/BOOK/pst/typesetting/biber.xml
==============================================================================
--- trunk/BOOK/pst/typesetting/biber.xml        Sun Feb 19 00:34:04 2017        
(r18353)
+++ trunk/BOOK/pst/typesetting/biber.xml        Sun Feb 19 03:25:43 2017        
(r18354)
@@ -6,7 +6,7 @@
 
   <!ENTITY biber-download-http 
"https://github.com/plk/biber/archive/v&biber-version;.tar.gz";>
   <!ENTITY biber-download-ftp  " ">
-  <!ENTITY biber-md5sum        "md5sum 4956fbf23546b6325647b6c81b2b4bea">
+  <!ENTITY biber-md5sum        "4956fbf23546b6325647b6c81b2b4bea">
   <!ENTITY biber-size          "1.3 MB">
   <!-- buildsize includes the installed biblatex -->
   <!ENTITY biber-buildsize     "36 MB">

Modified: trunk/BOOK/xsoft/other/tigervnc.xml
==============================================================================
--- trunk/BOOK/xsoft/other/tigervnc.xml Sun Feb 19 00:34:04 2017        (r18353)
+++ trunk/BOOK/xsoft/other/tigervnc.xml Sun Feb 19 03:25:43 2017        (r18354)
@@ -182,7 +182,7 @@
     <title>Command Explanations</title>
 
     <para><command>patch ...</command>: This patch updates a build file
-    so that the Xvnc libraries cna be found during the build process.</para>
+    so that the Xvnc libraries can be found during the build process.</para>
 
     <para><command>tar -xf .. xorg-server...</command>: This command extracts 
the
     standard Xorg packages into the tree in a location needed for 
modification.</para>
-- 
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