[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: * README-hacking: reorder instructions slightly
From: |
Gavin D. Smith |
Subject: |
branch master updated: * README-hacking: reorder instructions slightly |
Date: |
Tue, 17 Oct 2023 12:24:55 -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 8560524c5f * README-hacking: reorder instructions slightly
8560524c5f is described below
commit 8560524c5f753ebc31985c3d43b23d116e8e0a73
Author: Gavin Smith <gavinsmith0123@gmail.com>
AuthorDate: Tue Oct 17 17:24:47 2023 +0100
* README-hacking: reorder instructions slightly
---
ChangeLog | 4 ++++
README-hacking | 2 +-
2 files changed, 5 insertions(+), 1 deletion(-)
diff --git a/ChangeLog b/ChangeLog
index 14fc8c9793..9f5ae3cf9e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2023-10-17 Gavin Smith <gavinsmith0123@gmail.com>
+
+ * README-hacking: reorder instructions slightly
+
2023-10-17 Gavin Smith <gavinsmith0123@gmail.com>
* po_document/adjust-translations.pl: new script.
diff --git a/README-hacking b/README-hacking
index c4676d9529..cc6ccb2b92 100644
--- a/README-hacking
+++ b/README-hacking
@@ -386,7 +386,6 @@ 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
- ( cd po_document ; for f in *.po ; do ./adjust-translations.pl $f ; done )
git status -u to check for new translations
Ensure TXI_XLATE in doc/Makefile.am matches actual file list.
@@ -394,6 +393,7 @@ Check that LINGUAS under po and po_document match 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 )
- Official releases only:
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: * README-hacking: reorder instructions slightly,
Gavin D. Smith <=