Changed Perl Chapter 6 commands to fix perldoc less invocation issue - closes bug 718

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3109 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Jeremy Utley 2003-11-17 08:32:34 +00:00
parent 554b3660c9
commit 5a4b3da022
3 changed files with 9 additions and 3 deletions

View File

@ -35,6 +35,9 @@
</itemizedlist> </itemizedlist>
</listitem> </listitem>
<listitem><para>November 17th, 2003 [jeremy]: Chapter 6 - Perl: Added fix
for perldoc less invocation problem. Closes bug 716.</para></listitem>
<listitem><para>November 16th, 2003 [greg]: Chapter 6 - Texinfo: Added note <listitem><para>November 16th, 2003 [greg]: Chapter 6 - Texinfo: Added note
about how to recreate the /usr/share/info/dir file if needed. Closes Bug about how to recreate the /usr/share/info/dir file if needed. Closes Bug
485.</para></listitem> 485.</para></listitem>

View File

@ -15,7 +15,7 @@ Estimated required disk space: &perl-compsize;</screen>
<para>Prepare Perl for compilation:</para> <para>Prepare Perl for compilation:</para>
<screen><userinput>./configure.gnu --prefix=/usr</userinput></screen> <screen><userinput>./configure.gnu --prefix=/usr -Dpager="/bin/less -isR"</userinput></screen>
<para>If you want more control over the way Perl sets itself up to be <para>If you want more control over the way Perl sets itself up to be
built, you can run the interactive <userinput>Configure</userinput> script built, you can run the interactive <userinput>Configure</userinput> script
@ -23,6 +23,9 @@ instead and modify the way Perl is built. If you think you can live with the
(sensible) defaults Perl auto-detects, then just use the command listed (sensible) defaults Perl auto-detects, then just use the command listed
above.</para> above.</para>
<para>The use of the -Dpager directive above fixes a small problem with the
perldoc program, due to improper invocation of the less program.</para>
<para>Compile the package:</para> <para>Compile the package:</para>
<screen><userinput>make</userinput></screen> <screen><userinput>make</userinput></screen>

View File

@ -3,8 +3,8 @@
"/usr/share/docbook/docbookx.dtd" [ "/usr/share/docbook/docbookx.dtd" [
<!ENTITY version "CVS-20031116"> <!ENTITY version "CVS-20031117">
<!ENTITY releasedate "November 16th, 2003"> <!ENTITY releasedate "November 17th, 2003">
<!ENTITY milestone "5.1"> <!ENTITY milestone "5.1">
<!ENTITY nbsp " "> <!ENTITY nbsp " ">