texinfo-commits
[Top][All Lists]
Advanced

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

[7722] instructions for upgrading gettext


From: gavinsmith0123
Subject: [7722] instructions for upgrading gettext
Date: Fri, 14 Apr 2017 11:47:15 -0400 (EDT)

Revision: 7722
          http://svn.sv.gnu.org/viewvc/?view=rev&root=texinfo&revision=7722
Author:   gavin
Date:     2017-04-14 11:47:15 -0400 (Fri, 14 Apr 2017)
Log Message:
-----------
instructions for upgrading gettext

Modified Paths:
--------------
    trunk/ChangeLog
    trunk/README-hacking
    trunk/configure.ac

Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog     2017-04-14 15:43:04 UTC (rev 7721)
+++ trunk/ChangeLog     2017-04-14 15:47:15 UTC (rev 7722)
@@ -1,5 +1,10 @@
 2017-04-14  Gavin Smith  <address@hidden>
 
+       * configure.ac, README-hacking: Change instructions for
+       upgrading gettext.
+
+2017-04-14  Gavin Smith  <address@hidden>
+
        * NEWS: Add news items.
 
 2017-04-14  gettextize  <address@hidden>

Modified: trunk/README-hacking
===================================================================
--- trunk/README-hacking        2017-04-14 15:43:04 UTC (rev 7721)
+++ trunk/README-hacking        2017-04-14 15:47:15 UTC (rev 7722)
@@ -141,6 +141,10 @@
 
 - When close to official release:
 check at latest automake/autoconf/gettext version, and mention in NEWS
+(to upgrade gettext, run
+  gettextize -f --po-dir=po --po-dir=po_document
+after installing new version of gettext)
+
 special pleading with bug-texinfo / beebe / platform-testers to try.
 check OpenCSW build reports at
   https://buildfarm.opencsw.org/buildbot/waterfall?category=texinfo

Modified: trunk/configure.ac
===================================================================
--- trunk/configure.ac  2017-04-14 15:43:04 UTC (rev 7721)
+++ trunk/configure.ac  2017-04-14 15:47:15 UTC (rev 7722)
@@ -337,7 +337,7 @@
 AC_SUBST([USE_EXTERNAL_UNIDECODE])
 
 # i18n support.  To update to a new version of gettext, run:
-#   gettextize -f -c
+#   gettextize -f --po-dir=po --po-dir=po_document 
 # See http://gnu.org/s/gnulib/manual/html_node/gettextize-and-autopoint.html.
 AM_GNU_GETTEXT_VERSION([0.19.8])
 AM_GNU_GETTEXT([external])




reply via email to

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