aboutsummaryrefslogtreecommitdiffstats
path: root/admin
diff options
context:
space:
mode:
authorJoakim Verona2013-08-13 09:16:29 +0200
committerJoakim Verona2013-08-13 09:16:29 +0200
commit0b4c71fb6ca9382bee1dfa6996b7a5d67f469880 (patch)
tree80ede09a1450c7098c5a88f0b20f2403eda47695 /admin
parentb3797d24ab7fd78fe54583b5f9a59e7bc87208cd (diff)
parent3e6b67c9b7230bf10219082d9215d9617a33715e (diff)
downloademacs-0b4c71fb6ca9382bee1dfa6996b7a5d67f469880.tar.gz
emacs-0b4c71fb6ca9382bee1dfa6996b7a5d67f469880.zip
merge from trunk
Diffstat (limited to 'admin')
-rw-r--r--admin/FOR-RELEASE4
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.
3* TO BE DONE SHORTLY BEFORE RELEASE 3* TO BE DONE SHORTLY BEFORE RELEASE
4 4
5** Manuals 5** Manuals
6Check for node names using problematic characters:
7 find doc -name '*.texi' -exec grep '^@node[^,]*[:.()]' {} +
8Sadly makeinfo does not warn about such characters.
9
6Check cross-references between the manuals (eg from emacs to elisp) 10Check cross-references between the manuals (eg from emacs to elisp)
7are correct. You can use something like the following in the info 11are correct. You can use something like the following in the info
8directory in the Emacs build tree: 12directory in the Emacs build tree: