texinfo-commits
[Top][All Lists]
Advanced

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

[6301] new variables in po_document/Makevars, too


From: karl
Subject: [6301] new variables in po_document/Makevars, too
Date: Tue, 02 Jun 2015 22:10:05 +0000

Revision: 6301
          http://svn.sv.gnu.org/viewvc/?view=rev&root=texinfo&revision=6301
Author:   karl
Date:     2015-06-02 22:10:04 +0000 (Tue, 02 Jun 2015)
Log Message:
-----------
new variables in po_document/Makevars, too

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

Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog     2015-06-02 17:04:52 UTC (rev 6300)
+++ trunk/ChangeLog     2015-06-02 22:10:04 UTC (rev 6301)
@@ -1,5 +1,11 @@
 2015-06-02  Karl Berry  <address@hidden>
 
+       * po_document/Makevars (PACKAGE_GNU, MSGINIT_OPTIONS,
+       PO_DEPENDS_ON_POT, DIST_DEPENDS_ON_UPDATE_PO): new variables,
+       as with po/Makevars a couple days ago.
+
+2015-06-02  Karl Berry  <address@hidden>
+
        * texindex/ti.twjr (Seen): re-initialize for each output file,
        so a duplicated index entry is kept if it's in a different index.
        Doc: discuss @ vs. \ as command character; indexing updates.

Modified: trunk/po_document/Makevars
===================================================================
--- trunk/po_document/Makevars  2015-06-02 17:04:52 UTC (rev 6300)
+++ trunk/po_document/Makevars  2015-06-02 22:10:04 UTC (rev 6301)
@@ -20,6 +20,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
@@ -34,8 +41,38 @@
 # It can be your email address, or a mailing list address where translators
 # can write to without being subscribed, or the URL of a web page through
 # which the translators can contact you.
-MSGID_BUGS_ADDRESS =
+MSGID_BUGS_ADDRESS = address@hidden
 
 # 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
+# if in $(XGETTEXT_OPTIONS) you define keywords with a context argument.
+USE_MSGCTXT = no
+
+# These options get passed to msgmerge.
+# Useful options are in particular:
+#   --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]