aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
diff options
context:
space:
mode:
Diffstat (limited to 'chapter06')
-rw-r--r--chapter06/perl-inst.xml17
-rw-r--r--chapter06/perl.xml4
2 files changed, 15 insertions, 6 deletions
diff --git a/chapter06/perl-inst.xml b/chapter06/perl-inst.xml
index eefcfc8cd..cfcd8488b 100644
--- a/chapter06/perl-inst.xml
+++ b/chapter06/perl-inst.xml
@@ -1,11 +1,20 @@
+<sect2><title>&nbsp;</title><para>&nbsp;</para></sect2>
<sect2>
<title>Installation of Perl</title>
-<para>Install Perl by running the following commands:</para>
-<para><screen><userinput>./configure.gnu --prefix=/usr &amp;&amp;
-make &amp;&amp;
-make install</userinput></screen></para>
+
+<para>Prepare Perl to be compiled:</para>
+
+<para><screen><userinput>./configure.gnu --prefix=/usr</userinput></screen></para>
+
+<para>Continue with compiling the package:</para>
+
+<para><screen><userinput>make</userinput></screen></para>
+
+<para>And finish off installing the package:</para>
+
+<para><screen><userinput>make install</userinput></screen></para>
<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
diff --git a/chapter06/perl.xml b/chapter06/perl.xml
index 5a56590ef..8528e6149 100644
--- a/chapter06/perl.xml
+++ b/chapter06/perl.xml
@@ -5,9 +5,9 @@
<screen>Estimated build time: &perl-time;
Estimated required disk space: &perl-compsize;</screen>
-&c6-perl-inst;
-&aa-perl-desc;
+&aa-perl-shortdesc;
&aa-perl-dep;
+&c6-perl-inst;
</sect1>