[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 |
|
---|
[7cd7f99] | 29 | <screen os="b"><userinput>./configure \
|
---|
| 30 | --prefix=/usr</userinput></screen>
|
---|
[79071fa] | 31 |
|
---|
| 32 | <para os="c">Compile the package:</para>
|
---|
| 33 |
|
---|
| 34 | <screen os="d"><userinput>make</userinput></screen>
|
---|
| 35 |
|
---|
| 36 | <para os="e">To test the results, issue:</para>
|
---|
| 37 |
|
---|
| 38 | <screen os="e2"><userinput remap="test">make check</userinput></screen>
|
---|
| 39 |
|
---|
| 40 | <para os="f">Install the package:</para>
|
---|
| 41 |
|
---|
| 42 | <screen os="g"><userinput>make install</userinput></screen>
|
---|
| 43 |
|
---|
| 44 | </sect2>
|
---|
| 45 |
|
---|
| 46 | <sect2 id="contents-intltool" role="content">
|
---|
| 47 | <title>Contents of Intltool</title>
|
---|
| 48 |
|
---|
| 49 | <segmentedlist>
|
---|
| 50 | <segtitle>Installed programs</segtitle>
|
---|
[c8a83d8] | 51 | <segtitle>Installed directories</segtitle>
|
---|
[79071fa] | 52 |
|
---|
| 53 | <seglistitem>
|
---|
[c8a83d8] | 54 | <seg>intltool-extract, intltool-merge, intltool-prepare, intltool-update, intltoolize</seg>
|
---|
| 55 | <seg>/usr/share/intltool</seg>
|
---|
[79071fa] | 56 | </seglistitem>
|
---|
| 57 | </segmentedlist>
|
---|
| 58 |
|
---|
| 59 | <variablelist>
|
---|
| 60 | <bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
---|
| 61 | <?dbfo list-presentation="list"?>
|
---|
| 62 | <?dbhtml list-presentation="table"?>
|
---|
| 63 |
|
---|
| 64 | <varlistentry id="intltool-extract">
|
---|
| 65 | <term><command>intltool-extract</command></term>
|
---|
| 66 | <listitem>
|
---|
[c8a83d8] | 67 | <para>Generates header files which can be read by gettext</para>
|
---|
| 68 | <indexterm zone="ch-system-intltool intltool-extract">
|
---|
[79071fa] | 69 | <primary sortas="b-intltool-extract">intltool-extract</primary>
|
---|
| 70 | </indexterm>
|
---|
| 71 | </listitem>
|
---|
| 72 | </varlistentry>
|
---|
| 73 |
|
---|
[c8a83d8] | 74 | <varlistentry id="intltool-merge">
|
---|
| 75 | <term><command>intltool-merge</command></term>
|
---|
| 76 | <listitem>
|
---|
| 77 | <para>Merges translated strings into various types of files</para>
|
---|
| 78 | <indexterm zone="ch-system-intltool intltool-merge">
|
---|
| 79 | <primary sortas="b-intltool-merge">intltool-merge</primary>
|
---|
| 80 | </indexterm>
|
---|
| 81 | </listitem>
|
---|
| 82 | </varlistentry>
|
---|
| 83 |
|
---|
| 84 | <varlistentry id="intltool-prepare">
|
---|
| 85 | <term><command>intltool-prepare</command></term>
|
---|
| 86 | <listitem>
|
---|
| 87 | <para>Prepares software to make use of intltool</para>
|
---|
| 88 | <indexterm zone="ch-system-intltool intltool-prepare">
|
---|
| 89 | <primary sortas="b-intltool-prepare">intltool-prepare</primary>
|
---|
| 90 | </indexterm>
|
---|
| 91 | </listitem>
|
---|
| 92 | </varlistentry>
|
---|
| 93 |
|
---|
| 94 | <varlistentry id="intltool-update">
|
---|
| 95 | <term><command>intltool-update</command></term>
|
---|
| 96 | <listitem>
|
---|
| 97 | <para>Updates PO template files and merges translations with them</para>
|
---|
| 98 | <indexterm zone="ch-system-intltool intltool-update">
|
---|
| 99 | <primary sortas="b-intltool-update">intltool-update</primary>
|
---|
| 100 | </indexterm>
|
---|
| 101 | </listitem>
|
---|
| 102 | </varlistentry>
|
---|
| 103 |
|
---|
| 104 | <varlistentry id="intltoolize">
|
---|
| 105 | <term><command>intltoolize</command></term>
|
---|
| 106 | <listitem>
|
---|
| 107 | <para>Copies intltool related files to software packages</para>
|
---|
| 108 | <indexterm zone="ch-system-intltool intltoolize">
|
---|
| 109 | <primary sortas="b-intltoolize">intltoolize</primary>
|
---|
| 110 | </indexterm>
|
---|
| 111 | </listitem>
|
---|
| 112 | </varlistentry>
|
---|
| 113 |
|
---|
[79071fa] | 114 | </variablelist>
|
---|
| 115 |
|
---|
| 116 | </sect2>
|
---|
| 117 |
|
---|
| 118 | </sect1>
|
---|