aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/less-inst.xml
diff options
context:
space:
mode:
Diffstat (limited to 'chapter06/less-inst.xml')
-rw-r--r--chapter06/less-inst.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/chapter06/less-inst.xml b/chapter06/less-inst.xml
index 07765756f..13e23a1a2 100644
--- a/chapter06/less-inst.xml
+++ b/chapter06/less-inst.xml
@@ -5,7 +5,7 @@
<para>Prepare Less for compilation:</para>
-<para><screen><userinput>./configure --prefix=/usr --bindir=/bin --sysconfdir=/etc</userinput></screen></para>
+<screen><userinput>./configure --prefix=/usr --bindir=/bin --sysconfdir=/etc</userinput></screen>
<para>The meaning of the configure option:</para>
@@ -17,11 +17,11 @@ configuration files.</para></listitem>
<para>Compile the package:</para>
-<para><screen><userinput>make</userinput></screen></para>
+<screen><userinput>make</userinput></screen>
<para>And install it:</para>
-<para><screen><userinput>make install</userinput></screen></para>
+<screen><userinput>make install</userinput></screen>
</sect2>