]> git.eshelyaron.com Git - emacs.git/commitdiff
* admin/FOR-RELEASE: Add note about bad Texinfo node names
authorGlenn Morris <rgm@gnu.org>
Tue, 13 Aug 2013 07:04:10 +0000 (00:04 -0700)
committerGlenn Morris <rgm@gnu.org>
Tue, 13 Aug 2013 07:04:10 +0000 (00:04 -0700)
admin/FOR-RELEASE

index 53186b216883e9041d7ccb889a2e79a41f9d83eb..c578d3d37e16650848f8244e9d475c8304a85aff 100644 (file)
@@ -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: