diff options
author | Glenn Morris <rgm@gnu.org> | 2013-08-13 00:04:10 -0700 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2013-08-13 00:04:10 -0700 |
commit | 16bcc96df4447cb5c47e53a4512671a2da7504f8 (patch) | |
tree | 6e93431ba4f27186bd3c23203fb173d8c4fff148 /admin/FOR-RELEASE | |
parent | 8121e4813da7e5898eb216a5de3c17f4875cac61 (diff) | |
download | emacs-16bcc96df4447cb5c47e53a4512671a2da7504f8.tar.gz |
* admin/FOR-RELEASE: Add note about bad Texinfo node names
Diffstat (limited to 'admin/FOR-RELEASE')
-rw-r--r-- | admin/FOR-RELEASE | 4 |
1 files changed, 4 insertions, 0 deletions
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: |