Ignore:
Timestamp:
03/12/2018 03:04:36 PM (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.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:
8427861
Parents:
1ec4f1ae
Message:

mutt-1.9.4

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • networking/mailnews/mutt.xml

    r1ec4f1ae re675c8f  
    77  <!ENTITY mutt-download-http " ">
    88  <!ENTITY mutt-download-ftp  "ftp://ftp.mutt.org/pub/mutt/mutt-&mutt-version;.tar.gz">
    9   <!ENTITY mutt-md5sum        "2cfaabbf0c0ef74cff9af2a0a30de30d">
     9  <!ENTITY mutt-md5sum        "1e8e16d6cc6e198be8397400477a3711">
    1010  <!ENTITY mutt-size          "4.1 MB">
    11   <!ENTITY mutt-buildsize     "39 MB (plus a further 5MB for the PDF manual)">
     11  <!ENTITY mutt-buildsize     "41 MB (plus a further 5MB for the PDF manual)">
    1212  <!ENTITY mutt-time          "0.3 SBU (plus a further 0.2 SBU to build the PDF manual)">
    1313]>
     
    143143            --enable-hcache                         \
    144144            --enable-sidebar                        &amp;&amp;
    145 make &amp;&amp;
    146 test -s doc/manual.txt || mv -v doc/manual.txt{.shipped,}</userinput></screen>
     145make &amp;&amp;</userinput></screen>
    147146
    148147    <para>To generate the PDF manual with <xref linkend="texlive"/>, run
     
    155154    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
    156155
    157 <screen role='root'><userinput>make install</userinput></screen>
     156    <screen role='root'><userinput>
     157make install &amp;&amp;
     158test -s doc/manual.txt ||
     159  install -v -m644 doc/manual.txt.shipped \
     160  /usr/share/doc/mutt-&mutt-version;/manual.txt</userinput></screen>
    158161
    159162    <para>If you generated the PDF manual, install it
     
    216219    </application> instead of <application>Ncurses</application>.</para> -->
    217220
    218     <para><command>test -s doc/manual.txt || mv -v doc/manual.txt{.shipped,}</command>:
     221    <para><command>test -s doc/manual.txt || install -v -m644 doc/manual.txt.shipped ...</command>:
    219222    if the text manual is now empty (<application>libxslt</application> is
    220     installed, but without any of the specified text browsers), restore it
    221     from the copy.</para>
     223    installed, but without any of the specified text browsers), install the
     224    saved copy <emphasis>after</emphasis> running 'make install'
     225    <emphasis>(which would itself empty manual.txt if the shipped file had
     226    already been copied back)</emphasis>.</para>
    222227
    223228  </sect2>
     
    275280
    276281      <seglistitem>
    277         <seg>mutt, mutt_dotlock, pgpewrap, pgpring, and
     282        <seg>flea, mutt, mutt_dotlock, muttbug, pgpewrap, pgpring, and
    278283        smime_keys</seg>
    279284        <seg>None</seg>
     
    287292      <?dbhtml list-presentation="table"?>
    288293
     294      <varlistentry id="flea">
     295        <term><command>flea</command></term>
     296        <listitem>
     297          <para>is a script showing where to report bugs.</para>
     298          <indexterm zone="mutt flea">
     299            <primary sortas="b-flea">flea</primary>
     300          </indexterm>
     301        </listitem>
     302      </varlistentry>
     303
    289304      <varlistentry id="mutt-prog">
    290305        <term><command>mutt</command></term>
     
    304319          <indexterm zone="mutt mutt_dotlock">
    305320            <primary sortas="b-mutt_dotlock">mutt_dotlock</primary>
     321          </indexterm>
     322        </listitem>
     323      </varlistentry>
     324
     325      <varlistentry id="muttbug">
     326        <term><command>muttbug</command></term>
     327        <listitem>
     328                <para>is a script identical to <command>flea</command>.</para>
     329          <indexterm zone="mutt muttbug">
     330            <primary sortas="b-muttbug">muttbug</primary>
    306331          </indexterm>
    307332        </listitem>
Note: See TracChangeset for help on using the changeset viewer.