Ignore:
Timestamp:
02/26/2018 02:44:06 AM (6 years ago)
Author:
Ken Moffat <ken@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
0de59f5d
Parents:
52cbad3
Message:

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

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@19876 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • networking/mailnews/mutt.xml

    r52cbad3 re0581227  
    133133    commands:</para>
    134134
    135 <screen><userinput>./configure --prefix=/usr                           \
     135<screen><userinput>cp -v doc/manual.txt{,.shipped} &amp;&amp;
     136./configure --prefix=/usr                           \
    136137            --sysconfdir=/etc                       \
    137138            --with-docdir=/usr/share/doc/mutt-&mutt-version; \
     
    141142            --enable-hcache                         \
    142143            --enable-sidebar                        &amp;&amp;
    143 make</userinput></screen>
     144make &amp;&amp;
     145test -s doc/manual.txt || mv -v doc/manual.txt{.shipped,}</userinput></screen>
    144146
    145147    <para>To generate the PDF manual with <xref linkend="texlive"/>, run
Note: See TracChangeset for help on using the changeset viewer.