| Linux / Unix Command: intltoolize |
NAME
intltoolize - prepare a package to use intltoolSYNOPSIS
intltoolize [ --automake ] [ -c|--copy ] [ --debug ] [ -n|--dry-run ] [ -f|--force ] [ --help ] [ --version ]
DESCRIPTION
This prepares a package to use intltool by linking or copying various files needed by intltool into place for use when building. Note that you must change your working directory to the top level directory of the package before running intltoolize.
OPTIONS
- --automake
- Work silently and assume that automake is being used.
- -c, --copy
- Copy files rather than symlinking to them.
- --debug
- Enable verbose shell tracing.
- -n, --dry-run
- Print commands rather then executing them.
- -f, --force
- Replace existing files if they exist.
- --help
- Show usage and basic help information.
- --version
-
Show version information.
REPORTING BUGS
Report bugs to http://bugzilla.gnome.org or by sending email to xml-i18n-tools@gnome.org.SEE ALSO
intltool-merge(8), intltool-prepare(8), intltool-extract(8)
Important: Use the man command (% man) to see how a command is used on your particular computer.

