Changeset 9cdcfb1 for chapter06/perl.xml


Ignore:
Timestamp:
04/07/2006 07:20:36 PM (18 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Children:
8eef135
Parents:
26e2ce40
Message:

Merged r7489 from trunk to udev_update branch.

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/udev_update/BOOK@7492 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/perl.xml

    r26e2ce40 r9cdcfb1  
    3636      <seglistitem>
    3737        <seg>Bash, Berkeley DB, Binutils, Coreutils, Diffutils, Gawk, GCC,
    38         Glibc, Grep, Make, and Sed</seg>
     38        Glibc, Grep, Iana-Etc, Make, Patch, and Sed</seg>
    3939      </seglistitem>
    4040    </segmentedlist>
     
    5656    prepare Perl for compilation with:</para>
    5757
    58 <screen><userinput>./configure.gnu --prefix=/usr -Dpager="/usr/bin/less -isR"</userinput></screen>
     58<screen><userinput>./configure.gnu --prefix=/usr \
     59    -Dman1dir=/usr/share/man/man1 \
     60    -Dman3dir=/usr/share/man/man3 \
     61    -Dpager="/usr/bin/less -isR"</userinput></screen>
    5962
    6063    <variablelist>
     
    6669          <para>This corrects an error in the way that <command>perldoc</command>
    6770          invokes the <command>less</command> program.</para>
     71        </listitem>
     72      </varlistentry>
     73
     74      <varlistentry>
     75        <term><parameter>-Dman1dir=/usr/share/man/man1
     76        -Dman3dir=/usr/share/man/man3</parameter></term>
     77        <listitem>
     78          <para>Since Groff is not installed yet, <command>Configure</command>
     79          thinks that we do not want man pages for Perl.  Issuing these
     80          parameters overrides this decision.</para>
    6881        </listitem>
    6982      </varlistentry>
Note: See TracChangeset for help on using the changeset viewer.