texinfo-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[6292] po/Makevars variables for current gettext


From: karl
Subject: [6292] po/Makevars variables for current gettext
Date: Sun, 31 May 2015 18:57:16 +0000

Revision: 6292
          http://svn.sv.gnu.org/viewvc/?view=rev&root=texinfo&revision=6292
Author:   karl
Date:     2015-05-31 18:57:15 +0000 (Sun, 31 May 2015)
Log Message:
-----------
po/Makevars variables for current gettext

Modified Paths:
--------------
    trunk/ChangeLog
    trunk/po/Makevars

Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog     2015-05-31 18:29:37 UTC (rev 6291)
+++ trunk/ChangeLog     2015-05-31 18:57:15 UTC (rev 6292)
@@ -1,5 +1,9 @@
 2015-05-31  Karl Berry  <address@hidden>
 
+       * po/Makevars (PACKAGE_GNU, MSGINIT_OPTIONS, PO_DEPENDS_ON_POT,
+       DIST_DEPENDS_ON_UPDATE_PO): new variables to sync with
+       Makevars.template from gettext-0.19.4 (and earlier.)
+
        * tp/tests/run_parser_all.sh,
        * tp/maintain/regenerate_cmd_tests.sh: use grep >/dev/null
        instead of -qs; Solaris 5.10 grep does not support -q.

Modified: trunk/po/Makevars
===================================================================
--- trunk/po/Makevars   2015-05-31 18:29:37 UTC (rev 6291)
+++ trunk/po/Makevars   2015-05-31 18:57:15 UTC (rev 6292)
@@ -47,6 +47,13 @@
 # their copyright.
 COPYRIGHT_HOLDER = Free Software Foundation, Inc.
 
+# This tells whether or not to prepend "GNU " prefix to the package
+# name that gets inserted into the header of the $(DOMAIN).pot file.
+# Possible values are "yes", "no", or empty.  If it is empty, try to
+# detect it automatically by scanning the files in $(top_srcdir) for
+# "GNU packagename" string.
+PACKAGE_GNU = yes
+
 # This is the email address or URL to which the translators shall report
 # bugs in the untranslated strings:
 # - Strings which are not entire sentences, see the maintainer guidelines
@@ -66,6 +73,7 @@
 # This is the list of locale categories, beyond LC_MESSAGES, for which the
 # message catalogs shall be used.  It is usually empty.
 EXTRA_LOCALE_CATEGORIES =
+
 # This tells whether the $(DOMAIN).pot file contains messages with an 'msgctxt'
 # context.  Possible values are "yes" and "no".  Set this to yes if the
 # package uses functions taking also a message context, like pgettext(), or
@@ -77,3 +85,21 @@
 #   --previous            to keep previous msgids of translated messages,
 #   --quiet               to reduce the verbosity.
 MSGMERGE_OPTIONS =
+
+# These options get passed to msginit.
+# If you want to disable line wrapping when writing PO files, add
+# --no-wrap to MSGMERGE_OPTIONS, XGETTEXT_OPTIONS, and
+# MSGINIT_OPTIONS.
+MSGINIT_OPTIONS =
+
+# This tells whether or not to regenerate a PO file when $(DOMAIN).pot
+# has changed.  Possible values are "yes" and "no".  Set this to no if
+# the POT file is checked in the repository and the version control
+# program ignores timestamps.
+PO_DEPENDS_ON_POT = yes
+
+# This tells whether or not to forcibly update $(DOMAIN).pot and
+# regenerate PO files on "make dist".  Possible values are "yes" and
+# "no".  Set this to no if the POT file and PO files are maintained
+# externally.
+DIST_DEPENDS_ON_UPDATE_PO = yes




reply via email to

[Prev in Thread] Current Thread [Next in Thread]