mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 06:27:16 +08:00
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:
parent
9ec55a4da4
commit
22cfe82aa7
@ -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 #] -->
|
||||
|
@ -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>
|
||||
|
@ -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 &&
|
||||
sed -i -e 's/\tShell.3/\tshell.3/' Makefile.in &&
|
||||
mv Shell.3 shell.3 &&
|
||||
popd</userinput></screen>
|
||||
|
||||
<para>Install <application>LessTif</application> by running the following
|
||||
commands:</para>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user