Skip to content

Commit

Permalink
make-pot: Document variables
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
Matthias Clasen committed Mar 3, 2015
1 parent 5751d4f commit 76c66ef
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions make-pot
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,17 @@
# ./make-pot properties
#
# 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}"
Expand Down

0 comments on commit 76c66ef

Please sign in to comment.