aboutsummaryrefslogtreecommitdiffstats
path: root/admin/FOR-RELEASE
diff options
context:
space:
mode:
authorGlenn Morris2013-06-24 19:15:00 -0700
committerGlenn Morris2013-06-24 19:15:00 -0700
commit7e3a3bb3072b68d94d1a023d3baa2bfa68c6c514 (patch)
treecfb61bc1bc157cfd5b826f7862aeec62aeb5f46d /admin/FOR-RELEASE
parentf42d8237f706740d23f03ac8f1f5bc8b5d41afe5 (diff)
downloademacs-7e3a3bb3072b68d94d1a023d3baa2bfa68c6c514.tar.gz
emacs-7e3a3bb3072b68d94d1a023d3baa2bfa68c6c514.zip
Add some notes related to the Emacs www pages
Diffstat (limited to 'admin/FOR-RELEASE')
-rw-r--r--admin/FOR-RELEASE8
1 files changed, 8 insertions, 0 deletions
diff --git a/admin/FOR-RELEASE b/admin/FOR-RELEASE
index 1e4f9f3b48d..0821593955e 100644
--- a/admin/FOR-RELEASE
+++ b/admin/FOR-RELEASE
@@ -10,6 +10,14 @@ directory in the Emacs build tree:
10emacs -Q --eval "(progn (require 'info) (setq Info-directory-list '(\".\")))" \ 10emacs -Q --eval "(progn (require 'info) (setq Info-directory-list '(\".\")))" \
11 -f info-xref-check-all 11 -f info-xref-check-all
12 12
13Setting Info-directory-list avoids having system info pages confuse
14things. References to external manuals will be flagged as
15uncheckable. You should still check these, and also that each
16external manual has an appropriate redirect in the file manual/.htaccess
17in the web pages repository. E.g.:
18Redirect /software/emacs/manual/html_mono/automake.html /software/automake/manual/automake.html
19Redirect /software/emacs/manual/html_node/automake/ /software/automake/manual/html_node/
20
13make emacs.dvi, elisp.dvi, and deal with any errors (undefined 21make emacs.dvi, elisp.dvi, and deal with any errors (undefined
14references etc) in the output. Break any overfull lines. 22references etc) in the output. Break any overfull lines.
15Underfull hboxes are not serious, but it can be nice to get rid of 23Underfull hboxes are not serious, but it can be nice to get rid of