[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: * README-hacking: suggest running autopoint inste
From: |
Gavin D. Smith |
Subject: |
branch master updated: * README-hacking: suggest running autopoint instead of gettextize and using --dry-run option |
Date: |
Sun, 20 Oct 2024 16:52:51 -0400 |
This is an automated email from the git hooks/post-receive script.
gavin pushed a commit to branch master
in repository texinfo.
The following commit(s) were added to refs/heads/master by this push:
new cbe195af2a * README-hacking: suggest running autopoint instead of
gettextize and using --dry-run option
cbe195af2a is described below
commit cbe195af2a6451e572be819045bd632645969d5f
Author: Gavin Smith <gavinsmith0123@gmail.com>
AuthorDate: Sun Oct 20 11:04:06 2024 +0100
* README-hacking: suggest running autopoint instead of gettextize
and using --dry-run option
---
ChangeLog | 5 +++++
README-hacking | 12 ++++++++----
2 files changed, 13 insertions(+), 4 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 1c9a9fae47..25ef585643 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2024-10-20 Gavin Smith <gavinsmith0123@gmail.com>
+
+ * README-hacking: suggest running autopoint instead of gettextize
+ and using --dry-run option
+
2024-10-20 Patrice Dumas <pertusus@free.fr>
* tp/Texinfo/ParserNonXS.pm (_initialize_parsing): merge parser and
diff --git a/README-hacking b/README-hacking
index 7a198188c3..8260032fa9 100644
--- a/README-hacking
+++ b/README-hacking
@@ -338,14 +338,18 @@ whether script is working as intended.)
check at latest automake/autoconf/gettext/help2man version:
. to upgrade gettext, run
+ gettextize -f --po-dir=po --po-dir=po_document --dry-run
gettextize -f --po-dir=po --po-dir=po_document
after installing new version of gettext.
- (check that this does not actually downgrade files due to files also
- being updated from gnulib --add-import)
. (note upgrade to gettext 0.22 is stalled - see
https://lists.gnu.org/archive/html/bug-gettext/2023-07/msg00008.html)
- . also upgrade gettext under tp/Texinfo/XS (need to write instructions how
- to do this properly)
+ if gettextize makes too many changes that need to be reverted, try
+ autopoint -f --dry-run
+ autopoint -f
+ check that this does not actually downgrade files due to files also
+ being updated from gnulib --add-import. check for duplicate files
+ under build-aux/m4 and gnulib/m4.
+ . also upgrade gettext under tp/Texinfo/XS using autopoint and/or gettextize
. After upgrading automake/autoconf/gettext, run ./autogen.sh
and/or "autoreconf --verbose --force --install" to update ancilliary
files in build-aux and elsewhere. Check changes before committing.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: * README-hacking: suggest running autopoint instead of gettextize and using --dry-run option,
Gavin D. Smith <=