[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
gettextize
Program
Some files are consistently and identically needed in every package
internationalized through GNU gettext
. As a matter of
convenience, the gettextize
program puts all these files right
in your package. This program has the following synopsis:
gettextize [ option... ] [ directory ] |
and accepts the following options:
gettext
code
available on the system, but it might disturb some mechanism the
maintainer is used to apply to the sources. Because running
gettextize
is easy there shouldn't be problems with using copies.
AM_GNU_GETTEXT
in `configure.in' should read:
`AM_GNU_GETTEXT([external])', and internationalization will not
be enabled on systems lacking GNU gettext.
gettextize
logs all changes (file additions, modifications ans removals) in a
file called `ChangeLog' in each affected directory.
If directory is given, this is the top level directory of a
package to prepare for using GNU gettext
. If not given, it
is assumed that the current directory is the top level directory of
such a package.
The program gettextize
provides the following files. However,
no existing file will be replaced unless the option --force
(-f
) is specified.
gettextize
,
if you have one handy. You may also fetch a more recent copy of file
`ABOUT-NLS' from Translation Project sites, and from most GNU
archive sites.
gettext
distribution.
(beware the double `.in' in the file name) and a few auxiliary
files. If the `po/' directory already exists, it will be preserved
along with the files it contains, and only `Makefile.in.in' and
the auxiliary files will be overwritten.
gettext
distribution. Also, if option --force
(-f
) is given,
the `intl/' directory is emptied first.
AM_GNU_GETTEXT
autoconf macro.
If your site support symbolic links, gettextize
will not
actually copy the files into your package, but establish symbolic
links instead. This avoids duplicating the disk space needed in
all packages. Merely using the `-h' option while creating the
tar
archive of your distribution will resolve each link by an
actual copy in the distribution archive. So, to insist, you really
should use `-h' option with tar
within your dist
goal of your main `Makefile.in'.
It is interesting to understand that most new files for supporting
GNU gettext
facilities in one package go in `intl/'
and `po/' subdirectories. One distinction between these two
directories is that `intl/' is meant to be completely identical
in all packages using GNU gettext
, while all newly created
files, which have to be different, go into `po/'. There is a
common `Makefile.in.in' in `po/', because the `po/'
directory needs its own `Makefile', and it has been designed so
it can be identical in all packages.
[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |