Blame docs/reference/glib/glib-gettextize.xml

Packit ae235b
<refentry id="glib-gettextize" lang="en">
Packit ae235b
Packit ae235b
<refentryinfo>
Packit ae235b
<title>glib-gettextize</title>
Packit ae235b
<productname>GLib</productname>
Packit ae235b
<authorgroup>
Packit ae235b
<author>
Packit ae235b
<contrib>Developer</contrib>
Packit ae235b
<firstname>Owen</firstname>
Packit ae235b
<surname>Taylor</surname>
Packit ae235b
</author>
Packit ae235b
</authorgroup>
Packit ae235b
</refentryinfo>
Packit ae235b
Packit ae235b
<refmeta>
Packit ae235b
<refentrytitle>glib-gettextize</refentrytitle>
Packit ae235b
<manvolnum>1</manvolnum>
Packit ae235b
<refmiscinfo class="manual">User Commands</refmiscinfo>
Packit ae235b
</refmeta>
Packit ae235b
Packit ae235b
<refnamediv>
Packit ae235b
<refname>glib-gettextize</refname>
Packit ae235b
<refpurpose>gettext internationalization utility</refpurpose>
Packit ae235b
</refnamediv>
Packit ae235b
Packit ae235b
<refsynopsisdiv>
Packit ae235b
<cmdsynopsis>
Packit ae235b
<command>glib-gettextize</command>
Packit ae235b
<arg choice="opt" rep="repeat">OPTION</arg>
Packit ae235b
<arg choice="opt">DIRECTORY</arg>
Packit ae235b
</cmdsynopsis>
Packit ae235b
</refsynopsisdiv>
Packit ae235b
Packit ae235b
<refsect1><title>Description</title>
Packit ae235b
<para><command>glib-gettextize</command> helps to prepare a source package for being
Packit ae235b
internationalized through <application>gettext</application>. 
Packit ae235b
It is a variant of the <command>gettextize</command> that ships with
Packit ae235b
<application>gettext</application>. 
Packit ae235b
</para>
Packit ae235b
Packit ae235b
<para><command>glib-gettextize</command> differs
Packit ae235b
from <command>gettextize</command> in that it doesn't create an
Packit ae235b
<filename>intl/</filename> subdirectory and doesn't modify
Packit ae235b
<filename>po/ChangeLog</filename> (note that newer versions of 
Packit ae235b
<command>gettextize</command> behave like this when called with the
Packit ae235b
<option>--no-changelog</option> option).
Packit ae235b
</para>
Packit ae235b
</refsect1>
Packit ae235b
Packit ae235b
<refsect1><title>Options</title>
Packit ae235b
<variablelist>
Packit ae235b
Packit ae235b
<varlistentry>
Packit ae235b
<term><option>--help</option></term>
Packit ae235b
<listitem><para>
Packit ae235b
print help and exit
Packit ae235b
</para></listitem>
Packit ae235b
</varlistentry>
Packit ae235b
Packit ae235b
<varlistentry>
Packit ae235b
<term><option>--version</option></term>
Packit ae235b
<listitem><para>
Packit ae235b
print version information and exit
Packit ae235b
</para></listitem>
Packit ae235b
</varlistentry>
Packit ae235b
Packit ae235b
<varlistentry>
Packit ae235b
<term><option>-c</option>, <option>--copy</option></term>
Packit ae235b
<listitem><para>
Packit ae235b
copy files instead of making symlinks
Packit ae235b
</para></listitem>
Packit ae235b
</varlistentry>
Packit ae235b
Packit ae235b
<varlistentry>
Packit ae235b
<term><option>-f</option>, <option>--force</option></term>
Packit ae235b
<listitem><para>
Packit ae235b
force writing of new files even if old ones exist
Packit ae235b
</para></listitem>
Packit ae235b
</varlistentry>
Packit ae235b
</variablelist>
Packit ae235b
</refsect1>
Packit ae235b
Packit ae235b
<refsect1><title>See also</title>
Packit ae235b
<para>
Packit ae235b
<citerefentry><refentrytitle>gettextize</refentrytitle><manvolnum>1</manvolnum></citerefentry>
Packit ae235b
</para>
Packit ae235b
</refsect1>
Packit ae235b
</refentry>