Changeset 4ad54f3


Ignore:
Timestamp:
Aug 17, 2014, 3:58:34 AM (10 years ago)
Author:
Chris Staub <chris@…>
Branches:
clfs-3.0.0-systemd, master, systemd
Children:
5f88199
Parents:
2f1545e
Message:

Command explanation not needed for less

Location:
BOOK
Files:
3 edited

Legend:

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

    r2f1545e r4ad54f3  
    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>
  • BOOK/final-system/multilib/less.xml

    r2f1545e r4ad54f3  
    5757    xpointer="xpointer(//*[@os='i'])"/>
    5858
    59     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    60     href="../common/less.xml"
    61     xpointer="xpointer(//*[@os='j'])"/>
    62 
    6359  </sect2>
    6460
  • BOOK/introduction/common/changelog.xml

    r2f1545e r4ad54f3  
    4444          Boot section Shadow install into one command.</para>
    4545        </listitem>
     46        <listitem>
     47          <para>[Chris] - Removed redundant command explanation from
     48          Less installation page.</para>
     49        </listitem>
    4650      </itemizedlist>
    4751    </listitem>
Note: See TracChangeset for help on using the changeset viewer.