Ignore:
Timestamp:
Aug 17, 2014, 3:59:12 AM (10 years ago)
Author:
Chris Staub <chris@…>
Branches:
clfs-3.0.0-sysvinit, sysvinit
Children:
f47e5cd
Parents:
b45cbb3
git-author:
Chris Staub <chris@…> (08/17/14 03:58:34)
git-committer:
Chris Staub <chris@…> (08/17/14 03:59:12)
Message:

Command explanation not needed for less

File:
1 edited

Legend:

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

    rb45cbb3 rc891ecd  
    2929<screen os="b"><userinput>./configure --prefix=/usr --sysconfdir=/etc</userinput></screen>
    3030
    31     <variablelist os="c">
    32       <title>The meaning of the configure option:</title>
     31    <para os="c">Compile the package:</para>
    3332
    34       <varlistentry>
    35         <term><parameter>--sysconfdir=/etc</parameter></term>
    36         <listitem>
    37           <para>This option tells the programs created by the package to look
    38           in <filename class="directory">/etc</filename> for the configuration
    39           files.</para>
    40         </listitem>
    41       </varlistentry>
    42     </variablelist>
     33<screen os="d"><userinput>make</userinput></screen>
    4334
    44     <para os="d">Compile the package:</para>
     35    <para os="e">This package does not come with a test suite.</para>
    4536
    46 <screen os="e"><userinput>make</userinput></screen>
     37    <para os="f">Install the package:</para>
    4738
    48     <para os="f">This package does not come with a test suite.</para>
     39<screen os="g"><userinput>make install</userinput></screen>
    4940
    50     <para os="g">Install the package:</para>
    51 
    52 <screen os="h"><userinput>make install</userinput></screen>
    53 
    54     <para os="i">Move <command>less</command> to
     41    <para os="h">Move <command>less</command> to
    5542    <filename class="directory">/bin</filename>:</para>
    5643
    57 <screen os="j"><userinput>mv -v /usr/bin/less /bin</userinput></screen>
     44<screen os="i"><userinput>mv -v /usr/bin/less /bin</userinput></screen>
    5845
    5946  </sect2>
Note: See TracChangeset for help on using the changeset viewer.