]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
In the POT files, talk about the "GNU gettext package".
authorBruno Haible <bruno@clisp.org>
Sun, 28 Apr 2019 17:42:43 +0000 (19:42 +0200)
committerBruno Haible <bruno@clisp.org>
Sun, 28 Apr 2019 17:44:47 +0000 (19:44 +0200)
Reported by Benno Schulenberg <coordinator@translationproject.org>.

* gettext-runtime/po/Makevars (XGETTEXT_OPTIONS): Add --package-name option.
* gettext-tools/po/Makevars (XGETTEXT_OPTIONS): Likewise.
* gettext-tools/examples/po/Makefile.am (XGETTEXT_OPTIONS): New variable.

gettext-runtime/po/Makevars
gettext-tools/examples/po/Makefile.am
gettext-tools/po/Makevars

index 3dc103af29034ba772fdc9ef17cb06cfe1a7b693..1ea6b49cacc21ec59af2032c2a90fb48ffb1ab34 100644 (file)
@@ -1,6 +1,6 @@
 # Makefile variables for PO directory in any package using GNU gettext.
 #
-# Copyright (C) 2003-2017 Free Software Foundation, Inc.
+# Copyright (C) 2003-2019 Free Software Foundation, Inc.
 # This file, Makevars, is free software; the Free Software Foundation
 # gives unlimited permission to use, copy, distribute, and modify it.
 
@@ -13,6 +13,7 @@ top_builddir = ..
 
 # These options get passed to xgettext.
 XGETTEXT_OPTIONS = \
+  --package-name='GNU gettext' \
   --keyword=_ --flag=_:1:pass-c-format \
   --keyword=N_ --flag=N_:1:pass-c-format \
   --flag=error:3:c-format --flag=error_at_line:5:c-format
index a91a2a76e9b02a443fd4a4cee50e17559169489b..04eaff88b6859e033f9dba9e3f0b7cd160255635 100644 (file)
@@ -98,6 +98,10 @@ SMALLPOTS = \
 # This is a synthetic domain name.
 DOMAIN = gettext-examples
 
+# These options get passed to xgettext.
+XGETTEXT_OPTIONS = \
+  --package-name='GNU gettext'
+
 # This is the copyright holder that gets inserted into the header of the
 # $(DOMAIN).pot file.  Set this to the copyright holder of the surrounding
 # package.  (Note that the msgstr strings, extracted from the package's
index 155d6bc72518090cc826825ee7448cb99f6776b6..c26aa7f5a549a34b13020208be28f1fe62c81a54 100644 (file)
@@ -1,6 +1,6 @@
 # Makefile variables for PO directory in any package using GNU gettext.
 #
-# Copyright (C) 2003-2017 Free Software Foundation, Inc.
+# Copyright (C) 2003-2019 Free Software Foundation, Inc.
 # This file, Makevars, is free software; the Free Software Foundation
 # gives unlimited permission to use, copy, distribute, and modify it.
 
@@ -13,6 +13,7 @@ top_builddir = ..
 
 # These options get passed to xgettext.
 XGETTEXT_OPTIONS = \
+  --package-name='GNU gettext' \
   --keyword=_ --flag=_:1:pass-c-format \
   --keyword=N_ --flag=N_:1:pass-c-format \
   --flag=error:3:c-format --flag=error_at_line:5:c-format \