10139N/A<!DOCTYPE REFENTRY PUBLIC "-//Sun Microsystems//DTD DocBook V3.0-Based SolBook Subset V2.0//EN" [
10139N/A<!--ArborText, Inc., 1988-1999, v.4002-->
13626N/A<!--ARC : LSARC 2001/384 Gtk+ 2.0 / glib 2.0-->
13634N/A<!--ARC : LSARC 2001/781 location of GTK/Glib-->
13634N/A<!--ARC : PSARC 2001/804 GTK/Glib becomes Contracted External-->
10139N/A<!ENTITY cmd "glib-gettextize">
10139N/A<!ENTITY % commonents SYSTEM "smancommon.ent">
10139N/A%commonents;
10139N/A<!ENTITY % booktitles SYSTEM "booktitles.ent">
10139N/A%booktitles;
10139N/A<!ENTITY suncopy "Copyright (c) 2003,2006 Sun Microsystems, Inc. All Rights Reserved.">
10139N/A]>
10139N/A<refentry id="glib-gettextize-1">
10139N/A<!-- %Z%%M% %I% %E% SMI; -->
10139N/A<refmeta><refentrytitle>glib-gettextize</refentrytitle><manvolnum>1</manvolnum>
10139N/A<refmiscinfo class="date">2 Oct 2003</refmiscinfo>
10139N/A<refmiscinfo class="sectdesc">&man1;</refmiscinfo>
10139N/A<refmiscinfo class="software">&release;</refmiscinfo>
10139N/A<refmiscinfo class="arch">generic</refmiscinfo>
10139N/A<refmiscinfo class="copyright">&suncopy;</refmiscinfo>
10139N/A</refmeta>
17616N/A<indexterm><primary>glib-gettextize</primary></indexterm>
17616N/A<indexterm><primary>maintain the internationalization of a package that uses
17616N/Athe GNU <command>gettext</command> command</primary></indexterm>
17616N/A<refnamediv id="glib-gettextize-1-name">
17616N/A<refname>glib-gettextize</refname>
17616N/A<refpurpose>maintain the internationalization of a package that uses the GNU
17616N/A<command>gettext</command> command</refpurpose>
10139N/A</refnamediv>
10139N/A<refsynopsisdiv id="glib-gettextize-1-synp"><title>&synp-tt;</title>
10139N/A<cmdsynopsis><command>&cmd;</command>
10139N/A<arg choice="opt"><option>-copy</option></arg>
10139N/A<arg choice="opt"><option>-force</option></arg>
10139N/A<arg choice="opt"><option>-help</option></arg>
10139N/A<arg choice="opt"><option>-version</option></arg>
10139N/A<arg choice="opt"><option role="nodash"><replaceable>package-directory</replaceable></option></arg>
10139N/A</cmdsynopsis></refsynopsisdiv>
17616N/A
10139N/A<refsect1 id="glib-gettextize-1-desc"><title>&desc-tt;</title>
17616N/A<para>
17616N/A<command>&cmd;</command> helps to prepare a source package for being
10139N/Ainternationalized through
17616N/A<citerefentry><refentrytitle>gettext</refentrytitle>
17616N/A<manvolnum>1</manvolnum></citerefentry>.
10139N/AIt is a variant of the <command>gettextize</command> that ships with
17616N/A<citerefentry><refentrytitle>gettext</refentrytitle>
17616N/A<manvolnum>1</manvolnum></citerefentry>.
17616N/A</para>
17616N/A
10139N/A<para>
17616N/A<command>&cmd;</command> differs from gettextize in that it does not create an
17616N/A<filename>intl</filename> subdirectory and does not modify
17616N/A<filename>po/ChangeLog</filename> (note that newer versions of gettextize
17616N/Abehave like this when called with the <option>-no-changelog</option> option.
17616N/A</para>
10139N/A
10139N/A</refsect1>
10139N/A<refsect1 id="glib-gettextize-1-opts"><title>&opts-tt;</title>
17616N/A<para>
17616N/AThe following options are supported:
17616N/A</para>
17616N/A
17616N/A<variablelist termlength="medium"><varlistentry>
17616N/A<term><option>c</option>, <option>-copy</option></term>
17616N/A<listitem><para>
17616N/ACopy the files instead of creating symbolic links.
17616N/A</para>
10139N/A</listitem></varlistentry>
17616N/A<varlistentry>
17616N/A<term><option>f</option>, <option>-force</option></term>
17616N/A<listitem><para>
17616N/AForce new files to be created even if old versions of the files exist.
17616N/A</para></listitem></varlistentry>
17616N/A<varlistentry>
17616N/A<term><option>-help</option></term>
17616N/A<listitem><para>
17616N/AShow usage and basic help information.
17616N/A</para>
10139N/A</listitem></varlistentry>
17616N/A<varlistentry>
17616N/A<term><option>-version</option></term>
17616N/A<listitem><para>
17616N/AShow version information.
17616N/A</para></listitem></varlistentry>
17616N/A</variablelist>
17616N/A</refsect1>
17616N/A
11904N/A<refsect1 id="glib-gettextize-1-oper"><title>&oper-tt;</title>
17616N/A<para>
17616N/AThe following operands are supported:
17616N/A</para>
17616N/A
10139N/A<variablelist termlength="medium">
17616N/A<varlistentry>
17616N/A<term><option role="nodash"><replaceable>package-directory</replaceable></option></term>
17616N/A<listitem><para>
17616N/ASpecify the package directory in which <command>&cmd;</command> should run. If
17616N/Ano directory is specified, <command>&cmd;</command> runs in the current
17616N/Adirectory.
17616N/A</para></listitem></varlistentry>
17616N/A</variablelist>
17616N/A</refsect1>
17616N/A
10139N/A<refsect1 id="glib-gettextize-1-exam"><title>&exam-tt;</title>
17616N/A<example role="example">
17616N/A<title>Set Up the Internationalization Framework for a Package</title>
17616N/A<para><screen>
17616N/Aexample% <userinput>&cmd;</userinput>
17616N/A</screen></para>
10139N/A</example>
17616N/A
17616N/A<para>
17616N/AIn this example, <command>&cmd;</command> is run in the package base directory.
17616N/A</para>
10139N/A</refsect1>
17616N/A
10139N/A<refsect1 id="glib-gettextize-1-envr"><title>&envr-tt;</title>
17616N/A<para>
17616N/ASee
17616N/A<citerefentry><refentrytitle>environ</refentrytitle>
17616N/A<manvolnum>5</manvolnum></citerefentry>
17616N/Afor descriptions of the following environment variables that affect the
17616N/Aexecution of <command>&cmd;</command>: NLSPATH.
10139N/A</para>
10139N/A</refsect1>
17616N/A
10139N/A<refsect1 id="glib-gettextize-1-exit"><title>&exit-tt;</title>
17616N/A<para>
17616N/AThe following exit values are returned:
17616N/A</para>
17616N/A<variablelist termlength="xtranarrow">
17616N/A<varlistentry>
17616N/A<term><returnvalue>0</returnvalue></term>
17616N/A<listitem><para>
17616N/AApplication exited successfully
17616N/A</para></listitem></varlistentry>
17616N/A<varlistentry>
17616N/A<term><returnvalue>>0</returnvalue></term>
17616N/A<listitem><para>
17616N/AApplication exited with failure
17616N/A</para></listitem></varlistentry>
17616N/A</variablelist>
17616N/A</refsect1>
17616N/A
10139N/A<refsect1 id="glib-gettextize-1-file"><title>&file-tt;</title>
17616N/A<para>
17616N/AThe following files are used by this application:
17616N/A</para>
17616N/A
17616N/A<variablelist termlength="wide"><varlistentry>
17616N/A<term><filename>/usr/bin/&cmd;</filename></term>
17616N/A<listitem><para>
17616N/AThe command-line executable for the application.
17616N/A</para></listitem></varlistentry>
17616N/A<varlistentry>
17616N/A<term><filename>/usr/share/gtk-doc/html/glib</filename></term>
17616N/A<listitem><para>
17616N/ALocation of developer documentation
17616N/A</para></listitem></varlistentry>
17616N/A</variablelist>
17616N/A</refsect1>
17616N/A
10139N/A<refsect1 id="glib-gettextize-1-attr"><title>&attr-tt;</title>
17616N/A<para>
17616N/ASee
17616N/A<olink targetdocent="REFMAN5" localinfo="attributes-5">
17616N/A<citerefentry><refentrytitle>attributes</refentrytitle>
17616N/A<manvolnum>5</manvolnum></citerefentry></olink>
17616N/Afor descriptions of the following attributes:
17616N/A</para>
17616N/A
10139N/A<informaltable frame="all">
17616N/A<tgroup cols="2" colsep="1" rowsep="1">
17616N/A<colspec colname="COLSPEC0" colwidth="1*">
10139N/A<colspec colname="COLSPEC1" colwidth="1*">
10139N/A<thead>
17616N/A<row>
17616N/A<entry align="center" valign="middle">ATTRIBUTE TYPE</entry>
17616N/A<entry align="center" valign="middle">ATTRIBUTE VALUE</entry>
17616N/A</row>
10139N/A</thead>
10139N/A<tbody>
17616N/A<row>
17616N/A<entry><para>Availability</para></entry>
17616N/A<entry><para>SUNWglib2-devel</para></entry>
17616N/A</row>
17616N/A<row>
17616N/A<entry colname="COLSPEC0"><para>Interface stability</para></entry>
17616N/A<entry colname="COLSPEC1"><para>Committed</para></entry>
17616N/A</row>
17616N/A</tbody></tgroup></informaltable>
10139N/A</refsect1>
17616N/A
10139N/A<refsect1 id="glib-gettextize-1-also"><title>&also-tt;</title>
10139N/A<!--Reference to another man page-->
10139N/A<!--Reference to a Help manual-->
10139N/A<!--Reference to a book.-->
10139N/A<para>
10139N/A<citerefentry><refentrytitle>gdk-pixbuf-csource</refentrytitle><manvolnum>1</manvolnum></citerefentry>,
10139N/A<citerefentry><refentrytitle>gdk-pixbuf-query-loaders</refentrytitle><manvolnum>1</manvolnum></citerefentry>,
10139N/A<citerefentry><refentrytitle>gettext</refentrytitle><manvolnum>1</manvolnum></citerefentry>,
10139N/A<citerefentry><refentrytitle>glib-genmarshal</refentrytitle><manvolnum>1</manvolnum></citerefentry>,
10139N/A<citerefentry><refentrytitle>glib-mkenums</refentrytitle><manvolnum>1</manvolnum></citerefentry>,
10139N/A<citerefentry><refentrytitle>gobject-query</refentrytitle><manvolnum>1</manvolnum></citerefentry>,
10139N/A<citerefentry><refentrytitle>gtk-query-immoedules-2.0</refentrytitle><manvolnum>1</manvolnum></citerefentry>,
10139N/A<citerefentry><refentrytitle>gtk-update-icon-cache</refentrytitle><manvolnum>1</manvolnum></citerefentry>,
11904N/A<citerefentry><refentrytitle>libglib-2.0</refentrytitle><manvolnum>3</manvolnum></citerefentry>,
11904N/A<citerefentry><refentrytitle>attributes</refentrytitle><manvolnum>5</manvolnum></citerefentry>,
11904N/A<citerefentry><refentrytitle>environ</refentrytitle><manvolnum>5</manvolnum></citerefentry>,
11904N/A<citerefentry><refentrytitle>gnome-interfaces</refentrytitle><manvolnum>5</manvolnum></citerefentry>
10139N/A</para>
17616N/A
17616N/A<para>
17616N/ALatest version of the <citetitle>GNOME Desktop User Guide</citetitle> for your
17616N/Aplatform.
17616N/A</para>
10139N/A</refsect1>
17616N/A
10139N/A<refsect1 id="glib-gettextize-1-note"><title>&note-tt;</title>
17616N/A<para>
17616N/AWritten by Erwann Chenede, Sun Microsystems Inc., 2003, 2006.
17616N/A</para>
10139N/A</refsect1>
10139N/A</refentry>