~ubuntu-branches/ubuntu/utopic/glib2.0/utopic

« back to all changes in this revision

Viewing changes to docs/reference/glib/html/glib-gettextize.html

Tags: upstream-2.12.12
ImportĀ upstreamĀ versionĀ 2.12.12

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
 
2
<html>
 
3
<head>
 
4
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 
5
<title>glib-gettextize</title>
 
6
<meta name="generator" content="DocBook XSL Stylesheets V1.72.0">
 
7
<link rel="start" href="index.html" title="GLib Reference Manual">
 
8
<link rel="up" href="tools.html" title="GLib Tools">
 
9
<link rel="prev" href="tools.html" title="GLib Tools">
 
10
<link rel="next" href="ix01.html" title="Index">
 
11
<meta name="generator" content="GTK-Doc V1.7 (XML mode)">
 
12
<link rel="stylesheet" href="style.css" type="text/css">
 
13
<link rel="chapter" href="glib.html" title="GLib Overview">
 
14
<link rel="chapter" href="glib-fundamentals.html" title="GLib Fundamentals">
 
15
<link rel="chapter" href="glib-core.html" title="GLib Core Application Support">
 
16
<link rel="chapter" href="glib-utilities.html" title="GLib Utilities">
 
17
<link rel="chapter" href="glib-data-types.html" title="GLib Data Types">
 
18
<link rel="chapter" href="tools.html" title="GLib Tools">
 
19
<link rel="index" href="ix01.html" title="Index">
 
20
<link rel="index" href="ix02.html" title="Index of deprecated symbols">
 
21
<link rel="index" href="ix03.html" title="Index of new symbols in 2.2">
 
22
<link rel="index" href="ix04.html" title="Index of new symbols in 2.4">
 
23
<link rel="index" href="ix05.html" title="Index of new symbols in 2.6">
 
24
<link rel="index" href="ix06.html" title="Index of new symbols in 2.8">
 
25
<link rel="index" href="ix07.html" title="Index of new symbols in 2.10">
 
26
<link rel="index" href="ix08.html" title="Index of new symbols in 2.12">
 
27
</head>
 
28
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
 
29
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle">
 
30
<td><a accesskey="p" href="tools.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
 
31
<td><a accesskey="u" href="tools.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
 
32
<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
 
33
<th width="100%" align="center">GLib Reference Manual</th>
 
34
<td><a accesskey="n" href="ix01.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
 
35
</tr></table>
 
36
<div class="refentry" lang="en">
 
37
<a name="glib-gettextize"></a><div class="titlepage"></div>
 
38
<div class="refnamediv"><table width="100%"><tr>
 
39
<td valign="top">
 
40
<h2><span class="refentrytitle">glib-gettextize</span></h2>
 
41
<p>glib-gettextize &#8212; gettext internationalization utility</p>
 
42
</td>
 
43
<td valign="top" align="right"></td>
 
44
</tr></table></div>
 
45
<div class="refsynopsisdiv">
 
46
<h2>Synopsis</h2>
 
47
<div class="cmdsynopsis"><p><code class="command">glib-gettextize</code>  [option...] [directory]</p></div>
 
48
</div>
 
49
<div class="refsect1" lang="en">
 
50
<a name="id3156876"></a><h2>Description</h2>
 
51
<p><span><strong class="command">glib-gettextize</strong></span> helps to prepare a source package for being
 
52
internationalized through <span class="application">gettext</span>. 
 
53
It is a variant of the <span><strong class="command">gettextize</strong></span> that ships with
 
54
<span class="application">gettext</span>. 
 
55
</p>
 
56
<p><span><strong class="command">glib-gettextize</strong></span> differs
 
57
from <span><strong class="command">gettextize</strong></span> in that it doesn't create an
 
58
<code class="filename">intl/</code> subdirectory and doesn't modify
 
59
<code class="filename">po/ChangeLog</code> (note that newer versions of 
 
60
<span><strong class="command">gettextize</strong></span> behave like this when called with the
 
61
<code class="option">--no-changelog</code> option).
 
62
</p>
 
63
<div class="refsect2" lang="en">
 
64
<a name="id3156945"></a><h3>Options</h3>
 
65
<div class="variablelist"><table border="0">
 
66
<col align="left" valign="top">
 
67
<tbody>
 
68
<tr>
 
69
<td><span class="term"><code class="option">--help</code></span></td>
 
70
<td><p>
 
71
print help and exit
 
72
</p></td>
 
73
</tr>
 
74
<tr>
 
75
<td><span class="term"><code class="option">--version</code></span></td>
 
76
<td><p>
 
77
print version information and exit
 
78
</p></td>
 
79
</tr>
 
80
<tr>
 
81
<td><span class="term"><code class="option">-c</code>, <code class="option">--copy</code></span></td>
 
82
<td><p>
 
83
copy files instead of making symlinks
 
84
</p></td>
 
85
</tr>
 
86
<tr>
 
87
<td><span class="term"><code class="option">-f</code>, <code class="option">--force</code></span></td>
 
88
<td><p>
 
89
force writing of new files even if old ones exist
 
90
</p></td>
 
91
</tr>
 
92
</tbody>
 
93
</table></div>
 
94
</div>
 
95
</div>
 
96
<div class="refsect1" lang="en">
 
97
<a name="id3157013"></a><h2>See also</h2>
 
98
<p>
 
99
<span><strong class="command">gettextize</strong></span>(1)
 
100
</p>
 
101
</div>
 
102
</div>
 
103
</body>
 
104
</html>