Document all gtester-report options
[platform/upstream/glib.git] / docs / reference / glib / glib-gettextize.xml
1 <refentry id="glib-gettextize" lang="en">
2
3 <refentryinfo>
4 <title>glib-gettextize</title>
5 <productname>GLib</productname>
6 <authorgroup>
7 <author>
8 <contrib>Developer</contrib>
9 <firstname>Owen</firstname>
10 <surname>Taylor</surname>
11 </author>
12 </authorgroup>
13 </refentryinfo>
14
15 <refmeta>
16 <refentrytitle>glib-gettextize</refentrytitle>
17 <manvolnum>1</manvolnum>
18 <refmiscinfo class="manual">User Commands</refmiscinfo>
19 </refmeta>
20
21 <refnamediv>
22 <refname>glib-gettextize</refname>
23 <refpurpose>gettext internationalization utility</refpurpose>
24 </refnamediv>
25
26 <refsynopsisdiv>
27 <cmdsynopsis>
28 <command>glib-gettextize</command>
29 <arg choice="opt" rep="repeat">OPTION</arg>
30 <arg choice="opt">DIRECTORY</arg>
31 </cmdsynopsis>
32 </refsynopsisdiv>
33
34 <refsect1><title>Description</title>
35 <para><command>glib-gettextize</command> helps to prepare a source package for being
36 internationalized through <application>gettext</application>. 
37 It is a variant of the <command>gettextize</command> that ships with
38 <application>gettext</application>. 
39 </para>
40
41 <para><command>glib-gettextize</command> differs
42 from <command>gettextize</command> in that it doesn't create an
43 <filename>intl/</filename> subdirectory and doesn't modify
44 <filename>po/ChangeLog</filename> (note that newer versions of 
45 <command>gettextize</command> behave like this when called with the
46 <option>--no-changelog</option> option).
47 </para>
48 </refsect1>
49
50 <refsect1><title>Options</title>
51 <variablelist>
52
53 <varlistentry>
54 <term><option>--help</option></term>
55 <listitem><para>
56 print help and exit
57 </para></listitem>
58 </varlistentry>
59
60 <varlistentry>
61 <term><option>--version</option></term>
62 <listitem><para>
63 print version information and exit
64 </para></listitem>
65 </varlistentry>
66
67 <varlistentry>
68 <term><option>-c</option>, <option>--copy</option></term>
69 <listitem><para>
70 copy files instead of making symlinks
71 </para></listitem>
72 </varlistentry>
73
74 <varlistentry>
75 <term><option>-f</option>, <option>--force</option></term>
76 <listitem><para>
77 force writing of new files even if old ones exist
78 </para></listitem>
79 </varlistentry>
80 </variablelist>
81 </refsect1>
82
83 <refsect1><title>See also</title>
84 <para>
85 <citerefentry><refentrytitle>gettextize</refentrytitle><manvolnum>1</manvolnum></citerefentry>
86 </para>
87 </refsect1>
88 </refentry>