gettext: po/Makevars

1 
1 13.4.3 ‘Makevars’ in ‘po/’
1 --------------------------
1 
1    The ‘po/’ directory also has a file named ‘Makevars’.  It contains
1 variables that are specific to your project.  ‘po/Makevars’ gets
1 inserted into the ‘po/Makefile’ when the latter is created.  The
1 variables thus take effect when the POT file is created or updated, and
1 when the message catalogs get installed.
1 
1    The first three variables can be left unmodified if your package has
1 a single message domain and, accordingly, a single ‘po/’ directory.
1 Only packages which have multiple ‘po/’ directories at different
1 locations need to adjust the three first variables defined in
1 ‘Makevars’.
1 
1    As an alternative to the ‘XGETTEXT_OPTIONS’ variables, it is also
1 possible to specify ‘xgettext’ options through the ‘AM_XGETTEXT_OPTION’
1 autoconf macro.  See ⇒AM_XGETTEXT_OPTION.
1