[79071fa] | 1 | <?xml version="1.0" encoding="ISO-8859-1"?>
|
---|
| 2 | <!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
---|
| 3 | "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
---|
| 4 | <!ENTITY % general-entities SYSTEM "../../general.ent">
|
---|
| 5 | %general-entities;
|
---|
| 6 | ]>
|
---|
| 7 |
|
---|
| 8 | <sect1 id="ch-system-intltool" role="wrap">
|
---|
| 9 | <?dbhtml filename="intltool.html"?>
|
---|
| 10 |
|
---|
| 11 | <title>Intltool-&intltool-version;</title>
|
---|
| 12 |
|
---|
| 13 | <indexterm zone="ch-system-intltool">
|
---|
| 14 | <primary sortas="a-Intltool">Intltool</primary>
|
---|
| 15 | </indexterm>
|
---|
| 16 |
|
---|
| 17 | <sect2 role="package">
|
---|
| 18 | <title/>
|
---|
| 19 |
|
---|
| 20 | <para>The Intltool package contains internationalization tools.</para>
|
---|
| 21 |
|
---|
| 22 | </sect2>
|
---|
| 23 |
|
---|
| 24 | <sect2 role="installation">
|
---|
| 25 | <title>Installation of Intltool</title>
|
---|
| 26 |
|
---|
| 27 | <para os="a">Prepare Intltool for compilation:</para>
|
---|
| 28 |
|
---|
| 29 | <screen os="b"><userinput>./configure --prefix=/usr</userinput></screen>
|
---|
| 30 |
|
---|
| 31 | <para os="c">Compile the package:</para>
|
---|
| 32 |
|
---|
| 33 | <screen os="d"><userinput>make</userinput></screen>
|
---|
| 34 |
|
---|
| 35 | <para os="e">To test the results, issue:</para>
|
---|
| 36 |
|
---|
| 37 | <screen os="e2"><userinput remap="test">make check</userinput></screen>
|
---|
| 38 |
|
---|
| 39 | <para os="f">Install the package:</para>
|
---|
| 40 |
|
---|
| 41 | <screen os="g"><userinput>make install</userinput></screen>
|
---|
| 42 |
|
---|
| 43 | </sect2>
|
---|
| 44 |
|
---|
| 45 | <sect2 id="contents-intltool" role="content">
|
---|
| 46 | <title>Contents of Intltool</title>
|
---|
| 47 |
|
---|
| 48 | <segmentedlist>
|
---|
| 49 | <segtitle>Installed programs</segtitle>
|
---|
[c8a83d8] | 50 | <segtitle>Installed directories</segtitle>
|
---|
[79071fa] | 51 |
|
---|
| 52 | <seglistitem>
|
---|
[c8a83d8] | 53 | <seg>intltool-extract, intltool-merge, intltool-prepare, intltool-update, intltoolize</seg>
|
---|
| 54 | <seg>/usr/share/intltool</seg>
|
---|
[79071fa] | 55 | </seglistitem>
|
---|
| 56 | </segmentedlist>
|
---|
| 57 |
|
---|
| 58 | <variablelist>
|
---|
| 59 | <bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
---|
| 60 | <?dbfo list-presentation="list"?>
|
---|
| 61 | <?dbhtml list-presentation="table"?>
|
---|
| 62 |
|
---|
| 63 | <varlistentry id="intltool-extract">
|
---|
| 64 | <term><command>intltool-extract</command></term>
|
---|
| 65 | <listitem>
|
---|
[c8a83d8] | 66 | <para>Generates header files which can be read by gettext</para>
|
---|
| 67 | <indexterm zone="ch-system-intltool intltool-extract">
|
---|
[79071fa] | 68 | <primary sortas="b-intltool-extract">intltool-extract</primary>
|
---|
| 69 | </indexterm>
|
---|
| 70 | </listitem>
|
---|
| 71 | </varlistentry>
|
---|
| 72 |
|
---|
[c8a83d8] | 73 | <varlistentry id="intltool-merge">
|
---|
| 74 | <term><command>intltool-merge</command></term>
|
---|
| 75 | <listitem>
|
---|
| 76 | <para>Merges translated strings into various types of files</para>
|
---|
| 77 | <indexterm zone="ch-system-intltool intltool-merge">
|
---|
| 78 | <primary sortas="b-intltool-merge">intltool-merge</primary>
|
---|
| 79 | </indexterm>
|
---|
| 80 | </listitem>
|
---|
| 81 | </varlistentry>
|
---|
| 82 |
|
---|
| 83 | <varlistentry id="intltool-prepare">
|
---|
| 84 | <term><command>intltool-prepare</command></term>
|
---|
| 85 | <listitem>
|
---|
| 86 | <para>Prepares software to make use of intltool</para>
|
---|
| 87 | <indexterm zone="ch-system-intltool intltool-prepare">
|
---|
| 88 | <primary sortas="b-intltool-prepare">intltool-prepare</primary>
|
---|
| 89 | </indexterm>
|
---|
| 90 | </listitem>
|
---|
| 91 | </varlistentry>
|
---|
| 92 |
|
---|
| 93 | <varlistentry id="intltool-update">
|
---|
| 94 | <term><command>intltool-update</command></term>
|
---|
| 95 | <listitem>
|
---|
| 96 | <para>Updates PO template files and merges translations with them</para>
|
---|
| 97 | <indexterm zone="ch-system-intltool intltool-update">
|
---|
| 98 | <primary sortas="b-intltool-update">intltool-update</primary>
|
---|
| 99 | </indexterm>
|
---|
| 100 | </listitem>
|
---|
| 101 | </varlistentry>
|
---|
| 102 |
|
---|
| 103 | <varlistentry id="intltoolize">
|
---|
| 104 | <term><command>intltoolize</command></term>
|
---|
| 105 | <listitem>
|
---|
| 106 | <para>Copies intltool related files to software packages</para>
|
---|
| 107 | <indexterm zone="ch-system-intltool intltoolize">
|
---|
| 108 | <primary sortas="b-intltoolize">intltoolize</primary>
|
---|
| 109 | </indexterm>
|
---|
| 110 | </listitem>
|
---|
| 111 | </varlistentry>
|
---|
| 112 |
|
---|
[79071fa] | 113 | </variablelist>
|
---|
| 114 |
|
---|
| 115 | </sect2>
|
---|
| 116 |
|
---|
| 117 | </sect1>
|
---|