[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[no subject]
From: |
Gavin D. Smith |
Date: |
Mon, 11 Sep 2023 13:56:46 -0400 (EDT) |
branch: master
commit 8edf3c66836747bb308ae71d9d6e0c92e243a94a
Author: Gavin Smith <gavinsmith0123@gmail.com>
AuthorDate: Mon Sep 11 18:27:05 2023 +0100
* README-hacking: adjust release instructions
---
ChangeLog | 4 ++++
README-hacking | 33 +++++++++++++++------------------
2 files changed, 19 insertions(+), 18 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 4f43fa94c6..ca55356507 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2023-09-11 Gavin Smith <gavinsmith0123@gmail.com>
+
+ * README-hacking: adjust release instructions
+
2023-09-09 Patrice Dumas <pertusus@free.fr>
* tp/t/html_tests.t (automatic_menus): test with FORMAT_MENU menu
diff --git a/README-hacking b/README-hacking
index 63e1b9d1ea..7845b65339 100644
--- a/README-hacking
+++ b/README-hacking
@@ -346,18 +346,6 @@ check OpenCSW build reports at
https://buildfarm.opencsw.org/buildbot/waterfall?category=texinfo
(for master branch only)
-Check that translations have been updated, e.g.:
- 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
-
-Ensure TXI_XLATE in doc/Makefile.am matches actual file list.
-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
-
Check that TEXINFO_DTD_VERSION has been updated to the next version in
configure.ac if the DTD has been modified since the last release.
See comments in configure.ac, and run (at the top level) make dtd-check.
@@ -366,7 +354,8 @@ Check "dist-xz" is in the option list in configure.ac
(often removed
for speed when testing).
Update version number:
- update version number in configure.ac, texi2dvi, texi2pdf, js/info.js
+ update version number in configure.ac, util/texi2dvi, util/texi2pdf,
+ js/info.js
version number in txirefcard.tex (offical releases only)
(cd texindex ; rm texindex.awk ; make)
(cd tp && ./maintain/change_perl_modules_version.sh auto)
@@ -384,6 +373,19 @@ For release/7.0 series only - need to update result of
test_scripts/layout_formatting_epub_nodes.sh test (delete this note
once we are on release/7.1)
+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
+
+Ensure TXI_XLATE in doc/Makefile.am matches actual file list.
+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
+
+
- Official releases only:
version and date in NEWS.
(cd tp && maintain/regenerate_documentlanguages-loc.pl)
@@ -397,11 +399,6 @@ git commit and push
(If on a release branch, copy the NEWS message to NEWS on master)
-Check if version number in po/texinfo.pot and
-po_document/texinfo_document.pot is what it should be. If not, fix it
-and update these instructions. See
-<https://lists.gnu.org/archive/html/bug-texinfo/2023-09/msg00007.html>.
-
-------------------------------------------------------------------------
- To do the actual upload: