r7144 - in trunk/BOOK: . basicnet/mailnews introduction/welcome
ag at linuxfromscratch.org
ag at linuxfromscratch.org
Fri Dec 14 07:49:57 MST 2007
Author: ag
Date: 2007-12-14 07:49:57 -0700 (Fri, 14 Dec 2007)
New Revision: 7144
Modified:
trunk/BOOK/basicnet/mailnews/mutt.xml
trunk/BOOK/general.ent
trunk/BOOK/introduction/welcome/changelog.xml
Log:
Updated to mutt 1.5.17 and added command to generate the manual in PDF
Modified: trunk/BOOK/basicnet/mailnews/mutt.xml
===================================================================
--- trunk/BOOK/basicnet/mailnews/mutt.xml 2007-12-13 12:18:44 UTC (rev 7143)
+++ trunk/BOOK/basicnet/mailnews/mutt.xml 2007-12-14 14:49:57 UTC (rev 7144)
@@ -6,9 +6,9 @@
<!ENTITY mutt-download-http "http://downloads.sourceforge.net/mutt/mutt-&mutt-version;.tar.gz">
<!ENTITY mutt-download-ftp "ftp://ftp.mutt.org/mutt/devel/mutt-&mutt-version;.tar.gz">
- <!ENTITY mutt-md5sum "10eff7024dbb7ce1f773d688a69ea9db">
- <!ENTITY mutt-size "3.4 MB">
- <!ENTITY mutt-buildsize "25.7 MB">
+ <!ENTITY mutt-md5sum "49387458be0cb52b85ae0d73af699aae">
+ <!ENTITY mutt-size "3.5 MB">
+ <!ENTITY mutt-buildsize "25.4 MB">
<!ENTITY mutt-time "0.4 SBU">
]>
@@ -73,10 +73,9 @@
<xref linkend="w3m"/> or
<ulink url="http://elinks.or.cz/">ELinks</ulink></para>
- <!-- Untested PDF generation with jadetex/openjade/opensp
<bridgehead renderas="sect4">Optional (To Generate PDF Manual)</bridgehead>
- <para role="optional"><xref linkend="jadetex"/></para>
- -->
+ <para role="optional"><xref linkend="jadetex"/> and
+ <xref linkend="docbook-dsssl"/></para>
<para condition="html" role="usernotes">User Notes:
<ulink url="&blfs-wiki;/mutt"/></para>
@@ -135,12 +134,10 @@
<screen><userinput>make -C doc clean &&
make -C doc</userinput></screen>
- <!-- Untested PDF generation
<para>To generate the PDF manual with <xref linkend="jadetex"/>, run
- the following commands:</para>
+ the following command:</para>
<screen><userinput>make -C doc manual.pdf</userinput></screen>
- -->
<para>This package does not come with a test suite.</para>
@@ -148,13 +145,12 @@
<screen role='root'><userinput>make install</userinput></screen>
- <!-- Untested PDF generation
<para>If you generated the PDF manual, install it and the source TeX
- file as the <systemitem class="username">root</systemitem> user:</para>
+ file by issuing the following command as the
+ <systemitem class="username">root</systemitem> user:</para>
<screen role='root'><userinput>install -v -m644 doc/manual.{pdf,tex} \
/usr/share/doc/mutt-&mutt-version;</userinput></screen>
- -->
</sect2>
Modified: trunk/BOOK/general.ent
===================================================================
--- trunk/BOOK/general.ent 2007-12-13 12:18:44 UTC (rev 7143)
+++ trunk/BOOK/general.ent 2007-12-14 14:49:57 UTC (rev 7144)
@@ -3,7 +3,7 @@
$Date$
-->
-<!ENTITY day "13"> <!-- Always 2 digits -->
+<!ENTITY day "14"> <!-- Always 2 digits -->
<!ENTITY month "12"> <!-- Always 2 digits -->
<!ENTITY year "2007">
<!ENTITY version "svn-&year;&month;&day;">
@@ -358,7 +358,7 @@
<!ENTITY mailx-version "12.2">
<!ENTITY procmail-version "3.22">
<!ENTITY fetchmail-version "6.3.8">
-<!ENTITY mutt-version "1.5.16">
+<!ENTITY mutt-version "1.5.17">
<!ENTITY pine-version "4.64">
<!ENTITY tin-version "1.8.2">
Modified: trunk/BOOK/introduction/welcome/changelog.xml
===================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml 2007-12-13 12:18:44 UTC (rev 7143)
+++ trunk/BOOK/introduction/welcome/changelog.xml 2007-12-14 14:49:57 UTC (rev 7144)
@@ -42,6 +42,16 @@
-->
<listitem>
+ <para>December 14th, 2007</para>
+ <itemizedlist>
+ <listitem>
+ <para>[ag] - Updated to Mutt-1.5.17. Added command to generate the
+ manual in PDF format.</para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+
+ <listitem>
<para>December 13th, 2007</para>
<itemizedlist>
<listitem>
More information about the blfs-book
mailing list