Changeset 22cfe82


Ignore:
Timestamp:
04/01/2012 06:01:42 PM (12 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
63310fe
Parents:
9ec55a4
Message:

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r9ec55a4 r22cfe82  
    44-->
    55
    6 <!ENTITY day          "31">                   <!-- Always 2 digits -->
    7 <!ENTITY month        "03">                   <!-- Always 2 digits -->
     6<!ENTITY day          "01">                   <!-- Always 2 digits -->
     7<!ENTITY month        "04">                   <!-- Always 2 digits -->
    88<!ENTITY year         "2012">
    99<!ENTITY copyrightdate "2001-&year;">
    1010<!ENTITY copyholder   "The BLFS Development Team">
    1111<!ENTITY version      "&year;-&month;-&day;">
    12 <!ENTITY releasedate  "March 31st, &year;">
     12<!ENTITY releasedate  "April 1st, &year;">
    1313<!-- <!ENTITY releasedate  "November &day;st, &year;"> -->
    1414<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
  • introduction/welcome/changelog.xml

    r9ec55a4 r22cfe82  
    4242
    4343-->
     44
     45    <listitem>
     46      <para>April 1st, 2012</para>
     47      <itemizedlist>
     48        <listitem>
     49          <para>[bdubbs] - Rename a lesstif man page to prevent
     50          overwriting a perl man page with the same name. Fixes
     51          <ulink url="&blfs-ticket-root;3059">#3059</ulink>.</para>
     52        </listitem>
     53      </itemizedlist>
     54    </listitem>
     55
    4456    <listitem>
    4557      <para>March 31st, 2012</para>
  • x/lib/lesstif.xml

    r9ec55a4 r22cfe82  
    8282  <sect2 role="installation">
    8383    <title>Installation of LessTif</title>
     84
     85    <para>First, rename a man page file that conflicts with
     86    <application>perl</application>:</para>
     87
     88    <screen><userinput>pushd doc/lessdox/widgets                      &amp;&amp;
     89sed -i -e 's/\tShell.3/\tshell.3/' Makefile.in &amp;&amp;
     90mv Shell.3 shell.3                             &amp;&amp;
     91popd</userinput></screen>
    8492
    8593    <para>Install <application>LessTif</application> by running the following
Note: See TracChangeset for help on using the changeset viewer.