[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[no subject]
From: |
Gavin D. Smith |
Date: |
Sun, 10 Apr 2022 08:08:06 -0400 (EDT) |
branch: master
commit 78df0a83c022545e6d5d8508da2e6e768645f7ee
Author: Gavin Smith <gavinsmith0123@gmail.com>
AuthorDate: Sun Apr 10 13:07:52 2022 +0100
* README-hacking: Add note to check for index duplicates.
---
ChangeLog | 4 ++++
README-hacking | 2 ++
2 files changed, 6 insertions(+)
diff --git a/ChangeLog b/ChangeLog
index 4445a63b49..cfe568b4ca 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2022-04-10 Gavin Smith <gavinsmith0123@gmail.com>
+
+ * README-hacking: Add note to check for index duplicates.
+
2022-04-10 Gavin Smith <gavinsmith0123@gmail.com>
* doc/texinfo.texi (Conditional Commands, Conditional Not Commands)
diff --git a/README-hacking b/README-hacking
index 5039a77b11..46c1a61a71 100644
--- a/README-hacking
+++ b/README-hacking
@@ -218,6 +218,8 @@ Have a look at the output of "git status -u" to check for
files that
should be tracked in git or ignored.
make po-check # update po/POTFILES.in as needed
+check indices of Texinfo manuals and check for duplicates (with <1> in Info)
+
- Final (easy) checks: