diff options
| author | Xue Fuqiao | 2013-09-04 08:39:34 +0800 |
|---|---|---|
| committer | Xue Fuqiao | 2013-09-04 08:39:34 +0800 |
| commit | adf2fc4a01efe77d73cd52bc9173914ed56ff531 (patch) | |
| tree | a5a280a5554a7bffeaf94fccae29fa3ac1a5d066 /admin/FOR-RELEASE | |
| parent | 63191d9f2043d2e67657e85a7b3842805dd1dad6 (diff) | |
| parent | 38726039b77db432989fed106c88e9f1aa463281 (diff) | |
| download | emacs-adf2fc4a01efe77d73cd52bc9173914ed56ff531.tar.gz emacs-adf2fc4a01efe77d73cd52bc9173914ed56ff531.zip | |
Merge from mainline.
Diffstat (limited to 'admin/FOR-RELEASE')
| -rw-r--r-- | admin/FOR-RELEASE | 4 |
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 |
| 6 | Check for node names using problematic characters: | ||
| 7 | find doc -name '*.texi' -exec grep '^@node[^,]*[:.()]' {} + | ||
| 8 | Sadly makeinfo does not warn about such characters. | ||
| 9 | |||
| 6 | Check cross-references between the manuals (eg from emacs to elisp) | 10 | Check cross-references between the manuals (eg from emacs to elisp) |
| 7 | are correct. You can use something like the following in the info | 11 | are correct. You can use something like the following in the info |
| 8 | directory in the Emacs build tree: | 12 | directory in the Emacs build tree: |