# HG changeset patch # User Glenn Morris # Date 1247361439 0 # Node ID d77061bfad4397ffe03cb5c1c2f2b365a30b4ebd # Parent b2b6dc6a2417d892e93d4943d1c55b8c2ad865ac Mention info-xref. diff -r b2b6dc6a2417 -r d77061bfad43 admin/FOR-RELEASE --- a/admin/FOR-RELEASE Sat Jul 11 20:31:27 2009 +0000 +++ b/admin/FOR-RELEASE Sun Jul 12 01:17:19 2009 +0000 @@ -4,7 +4,11 @@ ** Manuals Check cross-references between the manuals (eg from emacs to elisp) -are correct. (Is there an automated way to do this?) +are correct. You can use something like the following in the info +directory in the Emacs build tree: + +emacs -Q --eval "(setq Info-default-directory-list '(\".\"))" \ + -f info-xref-check-all make emacs.dvi, elisp.dvi, and deal with any errors (undefined references etc) in the output. Break any overfull lines.