Penguin
Blame: gettextize(1)
EditPageHistoryDiffInfoLikePages
Annotated edit history of gettextize(1) version 1, including all changes. View license author blame.
Rev Author # Line
1 perry 1 GETTEXTIZE
2 !!!GETTEXTIZE
3 NAME
4 SYNOPSIS
5 DESCRIPTION
6 AUTHOR
7 REPORTING BUGS
8 COPYRIGHT
9 SEE ALSO
10 ----
11 !!NAME
12
13
14 gettextize - add internationalization files to your project
15 !!SYNOPSIS
16
17
18 __gettextize__ [[''OPTION'']...
19 [[''package-dir'']
20 !!DESCRIPTION
21
22
23 Some files are consistently and identically needed in every
24 package internationalized through GNU `gettext'. As a matter
25 of convenience, the __gettextize__ program puts all these
26 files right in your package.
27
28
29 __--help__
30
31
32 print a help message and exit
33
34
35 __--version__
36
37
38 print version information and exit
39
40
41 __-c__, __--copy__
42
43
44 copy files instead of making symlinks
45
46
47 __-f__, __--force__
48
49
50 force writing of new files even if old exist
51
52
53 If ''package-dir'' is given, this is the top level
54 directory of a package to prepare for using GNU `gettext'.
55 If not given, it is assumed that the current directory is
56 the top level directory of such a package.
57 !!AUTHOR
58
59
60 Written by Ulrich Drepper
61 !!REPORTING BUGS
62
63
64 Report bugs to
65 !!COPYRIGHT
66
67
68 Copyright 1995-1998, 2000, 2001 Free Software Foundation,
69 Inc.
70 This is free software; see the source for copying
71 conditions. There is NO warranty; not even for
72 MERCHANTABILITY or FITNESS FOR A PARTICULAR
73 PURPOSE.
74 !!SEE ALSO
75
76
77 gettext(1), msgfmt(1),
78 xgettext(1)
79
80
81 The full documentation for __gettextize__ is maintained
82 as a Texinfo manual. If the __info__ and
83 __gettextize__ programs are properly installed at your
84 site, the command __info gettextize__ should give you
85 access to the complete manual.
86
87
88 On Debian, the manual is also available in HTML format in
89 the gettext-doc package.
90 ----
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.