Changeset 23d7b98


Ignore:
Timestamp:
Sep 4, 2015, 6:34:22 PM (9 years ago)
Author:
William Harrington <kb0iic@…>
Branches:
sysvinit
Children:
a89d3ee
Parents:
924206c
Message:

Edit os labelings.

File:
1 edited

Legend:

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

    r924206c r23d7b98  
    2323    <title>Installation of Gettext</title>
    2424
    25     <para os="i">Many packages' installation procedures use the
     25    <para os="a">Many packages' installation procedures use the
    2626    <command>msgfmt</command> program for i18n support, so we will compile
    27     and install it into <filename class="directory">/tools</filename>.</para>
     27    and install it into <filename class="directory">/tools</filename>.
     28    Attr also needs <command>msgmerge</command> and <command>xgettext</command>,
     29    so we will install those as well.</para>
    2830
    29     <para os="a">Only the programs in the
     31    <para os="b">Only the programs in the
    3032    <filename class="directory">gettext-tools</filename> directory need to be
    3133    installed for the temp-system:</para>
    3234
    33 <screen os="b"><userinput>cd gettext-tools</userinput></screen>
     35<screen os="c"><userinput>cd gettext-tools</userinput></screen>
    3436
    35     <para os="c">Prepare Gettext for compilation:</para>
     37    <para os="d">Prepare Gettext for compilation:</para>
    3638
    37 <screen os="d"><userinput>EMACS="no" ./configure --prefix=/tools \
     39<screen os="e"><userinput>EMACS="no" ./configure --prefix=/tools \
    3840    --build=${CLFS_HOST} --host=${CLFS_TARGET} \
    3941    --disable-shared --cache-file=config.cache</userinput></screen>
    4042
    41     <para os="e">Compile the required program and support library:</para>
    42 
    43 <screen os="f"><userinput>make -C gnulib-lib
    44 make -C src msgfmt</userinput></screen>
    45 
    46     <para os="g">Install the <command>msgfmt</command> binary:</para>
    47 
    48 <screen os="h"><userinput>cp -v src/msgfmt /tools/bin</userinput></screen>
    49 
    50 <variablelist os="i">
     43<variablelist os="f">
    5144      <title>The meaning of the configure option:</title>
    5245
     
    6154    </variablelist>
    6255
    63     <para os="j">Compile the required programs and support library:</para>
     56    <para os="g">Compile the required programs and support library:</para>
    6457
    65 <screen os="k"><userinput>make -C gnulib-lib
     58<screen os="h"><userinput>make -C gnulib-lib
    6659make -C intl pluralx.c
    6760make -C src msgfmt msgmerge xgettext</userinput></screen>
    6861
    69     <para os="l">Install the <command>msgfmt</command>,
     62    <para os="i">Install the <command>msgfmt</command>,
    7063    <command>msgmerge</command> and <command>xgettext</command> binaries:</para>
    7164
    72 <screen os="m"><userinput>cp -v src/{msgfmt,msgmerge,xgettext} /tools/bin</userinput></screen>
     65<screen os="j"><userinput>cp -v src/{msgfmt,msgmerge,xgettext} /tools/bin</userinput></screen>
    7366
    7467  </sect2>
Note: See TracChangeset for help on using the changeset viewer.