Ignore:
Timestamp:
Apr 16, 2014, 8:17:01 PM (10 years ago)
Author:
Chris Staub <chris@…>
Branches:
clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
72bf73b
Parents:
86735361
Message:

More command explanation updates

Location:
BOOK/temp-system/common
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • BOOK/temp-system/common/bash.xml

    r86735361 r852824db  
    6363
    6464    <variablelist os="c">
    65       <title>The meaning of the configure option:</title>
     65      <title>The meaning of the new configure option:</title>
    6666
    6767      <varlistentry>
  • BOOK/temp-system/common/gettext.xml

    r86735361 r852824db  
    4141    --disable-shared --cache-file=config.cache</userinput></screen>
    4242
    43     <variablelist os="e">
    44       <title>The meaning of the configure options:</title>
     43    <para os="e">Compile the required programs and support library:</para>
    4544
    46       <varlistentry os="e1">
    47         <term><parameter>--disable-shared</parameter></term>
    48         <listitem>
    49           <para>This tells Gettext not to create a shared library.</para>
    50         </listitem>
    51       </varlistentry>
    52 
    53     </variablelist>
    54 
    55     <para os="f">Compile the required programs and support library:</para>
    56 
    57 <screen os="g"><userinput>make -C gnulib-lib
     45<screen os="f"><userinput>make -C gnulib-lib
    5846make -C src msgfmt msgmerge xgettext</userinput></screen>
    5947
    60     <para os="h">Install the <command>msgfmt</command>,
     48    <para os="g">Install the <command>msgfmt</command>,
    6149    <command>msgmerge</command> and <command>xgettext</command> binaries:</para>
    6250
    63 <screen os="i"><userinput>cp -v src/{msgfmt,msgmerge,xgettext} /tools/bin</userinput></screen>
     51<screen os="h"><userinput>cp -v src/{msgfmt,msgmerge,xgettext} /tools/bin</userinput></screen>
    6452
    6553  </sect2>
  • BOOK/temp-system/common/texinfo.xml

    r86735361 r852824db  
    3030    --build=${CLFS_HOST} --host=${CLFS_TARGET}</userinput></screen>
    3131
     32    <variablelist os="ba">
     33      <title>The meaning of the new configure option:</title>
     34
     35      <varlistentry>
     36        <term><parameter>PERL=/usr/bin/perl</parameter></term>
     37        <listitem>
     38          <para>This forces Texinfo to use
     39          <filename class="directory">/usr/bin</filename> as the location of
     40          <command>perl</command>, as some host systems may have it in
     41          <filename class="directory">/bin</filename>.</para>
     42        </listitem>
     43      </varlistentry>
     44
     45    </variablelist>
     46
    3247    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    3348    href="../../final-system/common/texinfo.xml"
  • BOOK/temp-system/common/vim.xml

    r86735361 r852824db  
    8686      </varlistentry>
    8787
     88      <varlistentry>
     89        <term><parameter>--with-tlib=ncurses</parameter></term>
     90        <listitem>
     91          <para>Tells Vim to use Ncurses as its terminal library.</para>
     92        </listitem>
     93      </varlistentry>
     94
    8895    </variablelist>
    8996
Note: See TracChangeset for help on using the changeset viewer.