]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
po: Sync gettext-tools/po/Makevars with gettext-runtime/po/Makevars
authorDaiki Ueno <ueno@gnu.org>
Mon, 2 Jun 2014 08:20:04 +0000 (17:20 +0900)
committerDaiki Ueno <ueno@gnu.org>
Mon, 2 Jun 2014 08:20:04 +0000 (17:20 +0900)
* Makevars (PACKAGE_GNU, PO_DEPENDS_ON_POT)
(DIST_DEPENDS_ON_UPDATE_PO): New variables.
* Makevars.template (PACKAGE_GNU, PO_DEPENDS_ON_POT)
(DIST_DEPENDS_ON_UPDATE_PO): New variables.

gettext-tools/po/ChangeLog
gettext-tools/po/Makevars
gettext-tools/po/Makevars.template

index ce0ca1f74e5481189a8e41fedd830d7d48cec8cf..89913e8d7c782ff5ef984ea07b658498b07baac4 100644 (file)
@@ -1,3 +1,11 @@
+2014-06-02  Daiki Ueno  <ueno@gnu.org>
+
+       po: Sync gettext-tools/po/Makevars with gettext-runtime/po/Makevars
+       * Makevars (PACKAGE_GNU, PO_DEPENDS_ON_POT)
+       (DIST_DEPENDS_ON_UPDATE_PO): New variables.
+       * Makevars.template (PACKAGE_GNU, PO_DEPENDS_ON_POT)
+       (DIST_DEPENDS_ON_UPDATE_PO): New variables.
+
 2014-06-02  Daiki Ueno  <ueno@gnu.org>
 
        * gettext 0.19 released.
index 9b80fa6cb0075baf12b0e9ca1af35ac77fb38282..8535f183e1618f450a860e0b4563362a74ab74a1 100644 (file)
@@ -27,6 +27,13 @@ XGETTEXT_OPTIONS = \
 # 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 =
+
 # 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
@@ -58,3 +65,15 @@ USE_MSGCTXT = no
 #   --previous            to keep previous msgids of translated messages,
 #   --quiet               to reduce the verbosity.
 MSGMERGE_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
index 4a9ff7d231fb2360d341d23995d4f36d68dfc31f..fd76ad6ef6405a4ed89531166e796716636ad27f 100644 (file)
@@ -20,6 +20,13 @@ XGETTEXT_OPTIONS = --keyword=_ --keyword=N_
 # 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 =
+
 # 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
@@ -51,3 +58,15 @@ USE_MSGCTXT = no
 #   --previous            to keep previous msgids of translated messages,
 #   --quiet               to reduce the verbosity.
 MSGMERGE_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