summaryrefslogtreecommitdiff
path: root/admin
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2009-07-12 01:17:19 +0000
committerGlenn Morris <rgm@gnu.org>2009-07-12 01:17:19 +0000
commit332eb5f1a91049fe449e6bdec285f5af946d5049 (patch)
tree865cfce41702b5a1613fb6f950afc5407f121a7f /admin
parent19ced600babf08a9424236326d5d48457ed7574b (diff)
downloademacs-332eb5f1a91049fe449e6bdec285f5af946d5049.tar.gz
Mention info-xref.
Diffstat (limited to 'admin')
-rw-r--r--admin/FOR-RELEASE6
1 files changed, 5 insertions, 1 deletions
diff --git a/admin/FOR-RELEASE b/admin/FOR-RELEASE
index 3b79d1944df..28850b83224 100644
--- a/admin/FOR-RELEASE
+++ b/admin/FOR-RELEASE
@@ -4,7 +4,11 @@ Tasks needed before the next release.
** 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.