mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-11 13:10:07 +00:00
make-pot: Document variables
Damn-lies will have to use one of these to override the name of the generated file. Lets document them all, while I still remember this.
This commit is contained in:
parent
5751d4f66e
commit
76c66ef2ed
11
make-pot
11
make-pot
@ -14,6 +14,17 @@
|
|||||||
# ./make-pot properties
|
# ./make-pot properties
|
||||||
#
|
#
|
||||||
# to generate po-properties/gtk30-properties.pot.
|
# to generate po-properties/gtk30-properties.pot.
|
||||||
|
#
|
||||||
|
# Various things can be passed in by environment variables, which
|
||||||
|
# are heavily inspired by the variables used in po/Makefile.in.in:
|
||||||
|
#
|
||||||
|
# XGETTEXT - path of the xgettext binary
|
||||||
|
# top_srcdir - the location of the GTK+ checkout
|
||||||
|
# srcdir - the directory where POTFILES.in is located (defaults to
|
||||||
|
# $top_srcdir/po or $top_srcdir/po-properties)
|
||||||
|
# GETTEXT_PACKAGE - the gettext domain, used for naming the resulting
|
||||||
|
# .pot file (defaults to gtk30 or gtk30-properties)
|
||||||
|
# XGETTEXT_KEYWORDS - --keyword arguments to pass to xgettext
|
||||||
|
|
||||||
|
|
||||||
XGETTEXT="${XGETTEXT:-xgettext}"
|
XGETTEXT="${XGETTEXT:-xgettext}"
|
||||||
|
Loading…
Reference in New Issue
Block a user