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