Rename a lesstif man page to prevent overwriting a perl man page

with the same name.



git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@9831 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Bruce Dubbs 2012-04-01 18:01:42 +00:00
parent 9ec55a4da4
commit 22cfe82aa7
3 changed files with 23 additions and 3 deletions

View File

@ -3,13 +3,13 @@ $LastChangedBy$
$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 #] -->

View File

@ -41,6 +41,18 @@
</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>

View File

@ -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>