Ignore:
Timestamp:
Jan 6, 2014, 9:51:56 PM (10 years ago)
Author:
Chris Staub <chris@…>
Branches:
clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
b2c7852
Parents:
6c258e2
Message:

Install msgmerge and xgettext to /tools

File:
1 edited

Legend:

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

    r6c258e2 r565a6cb  
    5353    </variablelist>
    5454
    55     <para os="f">Compile the package:</para>
     55    <para os="f">Compile the required programs and support library:</para>
    5656
    5757<screen os="g"><userinput>make -C gnulib-lib
    58 make -C src msgfmt</userinput></screen>
     58make -C src msgfmt msgmerge xgettext</userinput></screen>
    5959
    60     <para os="h">Install the <command>msgfmt</command> binary:</para>
     60    <para os="h">Install the <command>msgfmt</command>,
     61    <command>msgmerge</command> and <command>xgettext</command> binaries:</para>
    6162
    62 <screen os="i"><userinput>cp -v src/msgfmt /tools/bin</userinput></screen>
     63<screen os="i"><userinput>cp -v src/{msgfmt,msgmerge,xgettext} /tools/bin</userinput></screen>
    6364
    6465  </sect2>
Note: See TracChangeset for help on using the changeset viewer.