1GETTEXTIZE(1) GNU GETTEXTIZE(1)
2
3
4
6 gettextize - install or upgrade gettext infrastructure
7
9 gettextize [OPTION]... [package-dir]
10
12 Prepares a source package to use gettext.
13
15 --help print this help and exit
16
17 --version
18 print version information and exit
19
20 -f, --force
21 force writing of new files even if old exist
22
23 --intl install libintl in a subdirectory (deprecated)
24
25 --po-dir=DIR
26 specify directory with PO files
27
28 --no-changelog
29 don't update or create ChangeLog files
30
31 --symlink
32 make symbolic links instead of copying files
33
34 -n, --dry-run
35 print modifications but don't perform them
36
38 Written by Ulrich Drepper
39
41 Report bugs to <bug-gnu-gettext@gnu.org>.
42
44 Copyright © 1995-1998, 2000-2013 Free Software Foundation, Inc.
45 License GPLv3+: GNU GPL version 3 or later
46 <http://gnu.org/licenses/gpl.html>
47 This is free software: you are free to change and redistribute it.
48 There is NO WARRANTY, to the extent permitted by law.
49
51 The full documentation for gettextize is maintained as a Texinfo man‐
52 ual. If the info and gettextize programs are properly installed at
53 your site, the command
54
55 info gettextize
56
57 should give you access to the complete manual.
58
59
60
61GNU gettext-tools 0.19.8.1 June 2016 GETTEXTIZE(1)