~ubuntu-branches/debian/experimental/intltool/experimental

« back to all changes in this revision

Viewing changes to doc/intltoolize.8

  • Committer: Bazaar Package Importer
  • Author(s): Takuo KITAME
  • Date: 2002-04-01 06:35:32 UTC
  • Revision ID: james.westby@ubuntu.com-20020401063532-bw4twe4jtac366wp
Tags: upstream-0.18
ImportĀ upstreamĀ versionĀ 0.18

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.TH INTLTOOLIZE 8 "September 09, 2001" "intltool"
 
2
 
 
3
.SH NAME
 
4
intltoolize \- prepare a package to use intltool
 
5
 
 
6
.SH SYNOPSIS
 
7
.B "intltoolize"
 
8
[
 
9
.BR --automake
 
10
] [
 
11
.BR \-c | --copy
 
12
] [
 
13
.BR --debug
 
14
] [
 
15
.BR \-n | --dry-run
 
16
] [
 
17
.BR \-f | --force
 
18
] [
 
19
.BR \--help
 
20
] [
 
21
.BR \--version
 
22
]
 
23
 
 
24
 
 
25
.SH DESCRIPTION
 
26
This prepares a package to use intltool by linking or copying
 
27
various files needed by intltool into place for use when building.
 
28
Note that you must change your working directory to the top
 
29
level directory of the package before running
 
30
.B intltoolize.
 
31
 
 
32
 
 
33
.SH OPTIONS
 
34
.TP
 
35
.B \--automake
 
36
Work silently and assume that
 
37
.B automake
 
38
is being used.
 
39
.TP
 
40
.B \-c, \--copy
 
41
Copy files rather than symlinking to them.
 
42
.TP
 
43
.B \--debug
 
44
Enable verbose shell tracing.
 
45
.TP
 
46
.B \-n, \--dry-run
 
47
Print commands rather then executing them.
 
48
.TP
 
49
.B \-f, \--force
 
50
Replace existing files if they exist.
 
51
.TP
 
52
.B \--help
 
53
Show usage and basic help information.
 
54
.TP
 
55
.B \--version
 
56
Show version information.
 
57
 
 
58
 
 
59
.SH REPORTING BUGS
 
60
Report bugs to http://bugzilla.gnome.org or by sending email
 
61
to xml-i18n-tools@gnome.org.
 
62
 
 
63
.SH AUTHOR
 
64
Darin Adler           <darin@bentspoon.com>
 
65
.br
 
66
Kenneth Christiansen  <kenneth@gnu.org>
 
67
.br
 
68
Maciej Stachowiak     <mjs@eazel.com>
 
69
 
 
70
 
 
71
.SH SEE ALSO
 
72
intltool-merge(8), intltool-prepare(8), intltool-extract(8)