changeset 103869:d77061bfad43

Mention info-xref.
author Glenn Morris <rgm@gnu.org>
date Sun, 12 Jul 2009 01:17:19 +0000
parents b2b6dc6a2417
children a75fa842931b
files admin/FOR-RELEASE
diffstat 1 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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.