Author: ken
Date: Sun Feb 25 18:44:06 2018
New Revision: 19876

Log:
Mutt: reinstate the commands which ensure doc/manual.txt is not empty.

Modified:
   trunk/BOOK/introduction/welcome/changelog.xml
   trunk/BOOK/networking/mailnews/mutt.xml

Modified: trunk/BOOK/introduction/welcome/changelog.xml
==============================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml       Sun Feb 25 17:52:01 
2018        (r19875)
+++ trunk/BOOK/introduction/welcome/changelog.xml       Sun Feb 25 18:44:06 
2018        (r19876)
@@ -45,6 +45,10 @@
       <para>February 25th, 2018</para>
       <itemizedlist>
         <listitem>
+          <para>[ken] - In mutt, reinstate the commands to preserve
+          manual.txt.</para>
+        </listitem>
+        <listitem>
           <para>[bdubbs] - Update to epiphany-3.26.6. Fixes
           <ulink url="&blfs-ticket-root;10386">#10386</ulink>.</para>
         </listitem>

Modified: trunk/BOOK/networking/mailnews/mutt.xml
==============================================================================
--- trunk/BOOK/networking/mailnews/mutt.xml     Sun Feb 25 17:52:01 2018        
(r19875)
+++ trunk/BOOK/networking/mailnews/mutt.xml     Sun Feb 25 18:44:06 2018        
(r19876)
@@ -132,7 +132,8 @@
     <para>Install <application>Mutt</application> by running the following
     commands:</para>
 
-<screen><userinput>./configure --prefix=/usr                           \
+<screen><userinput>cp -v doc/manual.txt{,.shipped} &amp;&amp;
+./configure --prefix=/usr                           \
             --sysconfdir=/etc                       \
             --with-docdir=/usr/share/doc/mutt-&mutt-version; \
             --enable-external-dotlock               \
@@ -140,7 +141,8 @@
             --enable-imap                           \
             --enable-hcache                         \
             --enable-sidebar                        &amp;&amp;
-make</userinput></screen>
+make &amp;&amp;
+test -s doc/manual.txt || mv -v doc/manual.txt{.shipped,}</userinput></screen>
 
     <para>To generate the PDF manual with <xref linkend="texlive"/>, run
     the following command:</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