diff options
| author | Tom Tromey | 2013-08-19 21:53:07 -0600 |
|---|---|---|
| committer | Tom Tromey | 2013-08-19 21:53:07 -0600 |
| commit | 6d75555c5cc3d2a629646cee7629e67530fa7a36 (patch) | |
| tree | 3852804dd234ad613ea8691332e10b92c027e87d /admin/FOR-RELEASE | |
| parent | cc231cbe45d27a1906d268fb72d3b4105a2e9c65 (diff) | |
| parent | 8c2f38aaab7a7a2f0605416fc2ee38701e41ab61 (diff) | |
| download | emacs-6d75555c5cc3d2a629646cee7629e67530fa7a36.tar.gz emacs-6d75555c5cc3d2a629646cee7629e67530fa7a36.zip | |
merge from trunk
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: |