Ignore:
Timestamp:
Feb 21, 2006, 1:23:04 AM (18 years ago)
Author:
Jim Gifford <clfs@…>
Children:
193b7dd
Parents:
b8fddc7
Message:

r781@server (orig r779): jim | 2005-11-30 22:14:06 -0800

r836@server: jim | 2005-11-30 22:13:02 -0800
Text updates to final-system


File:
1 edited

Legend:

Unmodified
Added
Removed
  • final-system/common/less.xml

    rb8fddc7 re6423a01  
    3636    <para os="a">Prepare Less for compilation:</para>
    3737
    38 <screen><userinput>./configure --prefix=/usr --sysconfdir=/etc</userinput></screen>
     38<screen os="b"><userinput>./configure --prefix=/usr --sysconfdir=/etc</userinput></screen>
    3939
    40     <variablelist os="b">
     40    <variablelist os="c">
    4141      <title>The meaning of the configure option:</title>
    4242
     
    5151    </variablelist>
    5252
    53     <para os="c">Compile the package:</para>
     53    <para os="d">Compile the package:</para>
    5454
    55 <screen os="d"><userinput>make</userinput></screen>
     55<screen os="e"><userinput>make</userinput></screen>
    5656
    57     <para os="e">Install the package:</para>
     57    <para os="f">Install the package:</para>
    5858
    59 <screen os="f"><userinput>make install</userinput></screen>
     59<screen os="g"><userinput>make install</userinput></screen>
    6060
    61     <para os="g">Move less to /bin:</para>
     61    <para os="h">Move less to /bin:</para>
    6262
    63 <screen os="h"><userinput>mv /usr/bin/less /bin</userinput></screen>
     63<screen os="i"><userinput>mv /usr/bin/less /bin</userinput></screen>
    6464
    6565  </sect2>
Note: See TracChangeset for help on using the changeset viewer.