Author: bdubbs
Date: 2012-04-01 12:01:42 -0600 (Sun, 01 Apr 2012)
New Revision: 9831

Modified:
   trunk/BOOK/general.ent
   trunk/BOOK/introduction/welcome/changelog.xml
   trunk/BOOK/x/lib/lesstif.xml
Log:
Rename a lesstif man page to prevent overwriting a perl man page 
with the same name.



Modified: trunk/BOOK/general.ent
===================================================================
--- trunk/BOOK/general.ent      2012-04-01 17:33:56 UTC (rev 9830)
+++ trunk/BOOK/general.ent      2012-04-01 18:01:42 UTC (rev 9831)
@@ -3,13 +3,13 @@
 $Date$
 -->
 
-<!ENTITY day          "31">                   <!-- Always 2 digits -->
-<!ENTITY month        "03">                   <!-- Always 2 digits -->
+<!ENTITY day          "01">                   <!-- Always 2 digits -->
+<!ENTITY month        "04">                   <!-- Always 2 digits -->
 <!ENTITY year         "2012">
 <!ENTITY copyrightdate "2001-&year;">
 <!ENTITY copyholder   "The BLFS Development Team">
 <!ENTITY version      "&year;-&month;-&day;">
-<!ENTITY releasedate  "March 31st, &year;">
+<!ENTITY releasedate  "April 1st, &year;">
 <!-- <!ENTITY releasedate  "November &day;st, &year;"> -->
 <!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
 <!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->

Modified: trunk/BOOK/introduction/welcome/changelog.xml
===================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml       2012-04-01 17:33:56 UTC 
(rev 9830)
+++ trunk/BOOK/introduction/welcome/changelog.xml       2012-04-01 18:01:42 UTC 
(rev 9831)
@@ -41,7 +41,19 @@
     </listitem>
 
 -->
+
     <listitem>
+      <para>April 1st, 2012</para>
+      <itemizedlist>
+        <listitem>
+          <para>[bdubbs] - Rename a lesstif man page to prevent
+          overwriting a perl man page with the same name. Fixes
+          <ulink url="&blfs-ticket-root;3059">#3059</ulink>.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
+    <listitem>
       <para>March 31st, 2012</para>
       <itemizedlist>
         <listitem>

Modified: trunk/BOOK/x/lib/lesstif.xml
===================================================================
--- trunk/BOOK/x/lib/lesstif.xml        2012-04-01 17:33:56 UTC (rev 9830)
+++ trunk/BOOK/x/lib/lesstif.xml        2012-04-01 18:01:42 UTC (rev 9831)
@@ -82,6 +82,14 @@
   <sect2 role="installation">
     <title>Installation of LessTif</title>
 
+    <para>First, rename a man page file that conflicts with
+    <application>perl</application>:</para>
+
+    <screen><userinput>pushd doc/lessdox/widgets                      
&amp;&amp;
+sed -i -e 's/\tShell.3/\tshell.3/' Makefile.in &amp;&amp;
+mv Shell.3 shell.3                             &amp;&amp;
+popd</userinput></screen>
+
     <para>Install <application>LessTif</application> by running the following
     commands:</para>
 

-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to