From 16bcc96df4447cb5c47e53a4512671a2da7504f8 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Tue, 13 Aug 2013 00:04:10 -0700 Subject: [PATCH] * admin/FOR-RELEASE: Add note about bad Texinfo node names --- admin/FOR-RELEASE | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/admin/FOR-RELEASE b/admin/FOR-RELEASE index 53186b21688..c578d3d37e1 100644 --- a/admin/FOR-RELEASE +++ b/admin/FOR-RELEASE @@ -3,6 +3,10 @@ Tasks needed before the next release. * TO BE DONE SHORTLY BEFORE RELEASE ** Manuals +Check for node names using problematic characters: + find doc -name '*.texi' -exec grep '^@node[^,]*[:.()]' {} + +Sadly makeinfo does not warn about such characters. + Check cross-references between the manuals (eg from emacs to elisp) are correct. You can use something like the following in the info directory in the Emacs build tree: -- 2.39.2