[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[no subject]
From: |
Gavin D. Smith |
Date: |
Tue, 15 Aug 2023 08:25:44 -0400 (EDT) |
branch: master
commit c733f57f89af76c98f684196102e10f0d0264e40
Author: Gavin Smith <gavinsmith0123@gmail.com>
AuthorDate: Tue Aug 15 13:05:34 2023 +0100
* README-hacking: add pod2texi to list of programs with
copyright years in --version calls. Adjust commands for
looking for copyright years to update.
---
ChangeLog | 6 ++++++
README-hacking | 5 +++--
2 files changed, 9 insertions(+), 2 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 49ae027443..bd59f769ff 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2023-08-15 Gavin Smith <gavinsmith0123@gmail.com>
+
+ * README-hacking: add pod2texi to list of programs with
+ copyright years in --version calls. Adjust commands for
+ looking for copyright years to update.
+
2023-08-15 Gavin Smith <gavinsmith0123@gmail.com>
Bump version to 7.0.90 for pretest
diff --git a/README-hacking b/README-hacking
index 31a27fb594..897f07fa6a 100644
--- a/README-hacking
+++ b/README-hacking
@@ -285,7 +285,7 @@ by git add. Look for omissions and anomalies by running,
e.g.
find . \
-name autom4te.cache -prune -o \
-name .git -prune -o \
- -wholename tp/maintain/lib -prune -o \
+ -wholename ./tp/maintain/lib -prune -o \
-name test -prune -o \
-type f \
\( -name '*' \) \
@@ -376,7 +376,8 @@ Update version number:
(cd tp && ./maintain/change_perl_modules_version.sh auto)
-- this updates all the version numbers in the Perl modules
check up to date copyright years in files relevant to --version calls
-(tp/texi2any.pl, info/info.c, install-info/install-info.c, texindex/ti.twjr)
+(tp/texi2any.pl, info/info.c, install-info/install-info.c, texindex/ti.twjr,
+Pod-Simple-Texinfo/pod2texi)
Ensure texinfo.tex, htmlxref.cnf are updated on ftp.gnu.org.
Upload texi2dvi, texi2pdf (official releases only)