texinfo-commits
[Top][All Lists]
Advanced

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

branch master updated: * README-hacking: tweak instructions for updating


From: Gavin D. Smith
Subject: branch master updated: * README-hacking: tweak instructions for updating translations to stop po files changing again in a released distribution
Date: Sun, 17 Dec 2023 12:42:27 -0500

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 3306c870a2 * README-hacking: tweak instructions for updating 
translations to stop po files changing again in a released distribution
3306c870a2 is described below

commit 3306c870a21ea833638cee69ea91425e14de3496
Author: Gavin Smith <gavinsmith0123@gmail.com>
AuthorDate: Sun Dec 17 17:42:15 2023 +0000

    * README-hacking: tweak instructions for updating translations
    to stop po files changing again in a released distribution
---
 ChangeLog      |  5 +++++
 README-hacking | 13 +++++++------
 2 files changed, 12 insertions(+), 6 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 3363bd4108..c18bd1a48b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2023-12-17  Gavin Smith <gavinsmith0123@gmail.com>
+
+       * README-hacking: tweak instructions for updating translations
+       to stop po files changing again in a released distribution
+
 2023-12-17  Gavin Smith <gavinsmith0123@gmail.com>
 
        Do not distribute xsubpp-generated files
diff --git a/README-hacking b/README-hacking
index b340581b05..9ea7f798f5 100644
--- a/README-hacking
+++ b/README-hacking
@@ -378,20 +378,21 @@ Upload texi2dvi, texi2pdf (official releases only)
 
 (cd tp ; maintain/regenerate_file_lists.pl) # list all test results
 
+Ensure TXI_XLATE in doc/Makefile.am matches actual file list.
+
 Update translations:
   rsync  -Lrtzv  translationproject.org::tp/latest/texinfo/ po
   rsync  -Lrtzv  translationproject.org::tp/latest/texinfo_document/ \
                  po_document # note the trailing slashes in these commands
-  git status -u to check for new translations
+  git status -u  # to check for new translations
 
 run "make -C po check-linguas" and "make -C po_document check-linguas"
 to check that LINGUAS under po and po_document match actual file list.
 
-Ensure TXI_XLATE in doc/Makefile.am matches actual file list.
-
-make
-make update-po            # both po and po_document needed, build a dist first
-( cd po_document ; for f in *.po ; do ./adjust-translations.pl $f ; done )
+  make
+  make update-po  # both po and po_document needed, build a dist first
+  ( cd po_document ; for f in *.po ; do ./adjust-translations.pl $f ; done )
+  make update-po  # in case po files change again after last step
 
 
 - Official releases only:



reply via email to

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