diff options
| author | Stefan Kangas | 2025-01-24 01:53:21 +0100 |
|---|---|---|
| committer | Stefan Kangas | 2025-01-24 01:56:15 +0100 |
| commit | cc791e7499fb2cc64a317e340fc90b45fb683da7 (patch) | |
| tree | 962d19dba7409138e6f40e60009eb772d5ac0c8f /admin | |
| parent | 4ed4792e3b9f77a504925ca46b2181b5e823556b (diff) | |
| download | emacs-cc791e7499fb2cc64a317e340fc90b45fb683da7.tar.gz emacs-cc791e7499fb2cc64a317e340fc90b45fb683da7.zip | |
; Check man pages for mistakes less frequently
* admin/make-tarball.txt: Move checking man pages from here...
* admin/release-process: ...to here.
Diffstat (limited to 'admin')
| -rw-r--r-- | admin/make-tarball.txt | 5 | ||||
| -rw-r--r-- | admin/release-process | 7 |
2 files changed, 7 insertions, 5 deletions
diff --git a/admin/make-tarball.txt b/admin/make-tarball.txt index 8e23165b257..858f381cb61 100644 --- a/admin/make-tarball.txt +++ b/admin/make-tarball.txt | |||
| @@ -172,11 +172,6 @@ General steps (for each step, check for possible errors): | |||
| 172 | 4. autoreconf -i -I m4 --force | 172 | 4. autoreconf -i -I m4 --force |
| 173 | make bootstrap | 173 | make bootstrap |
| 174 | 174 | ||
| 175 | The below script checks for any mistakes in the source text of | ||
| 176 | manual pages. Fix any errors and re-run the script to verify. | ||
| 177 | |||
| 178 | ./admin/check-man-pages | ||
| 179 | |||
| 180 | Then do this: | 175 | Then do this: |
| 181 | 176 | ||
| 182 | make -C etc/refcards | 177 | make -C etc/refcards |
diff --git a/admin/release-process b/admin/release-process index b76a6aa4ec8..7240ff10a29 100644 --- a/admin/release-process +++ b/admin/release-process | |||
| @@ -222,6 +222,13 @@ https://publicsuffix.org/list/public_suffix_list.dat | |||
| 222 | - leim/SKK-DIC/SKK-JISYO.L | 222 | - leim/SKK-DIC/SKK-JISYO.L |
| 223 | https://raw.githubusercontent.com/skk-dev/dict/master/SKK-JISYO.L | 223 | https://raw.githubusercontent.com/skk-dev/dict/master/SKK-JISYO.L |
| 224 | 224 | ||
| 225 | ** Check for mistakes in man pages. | ||
| 226 | |||
| 227 | The below script checks for any mistakes in the source text of | ||
| 228 | manual pages. Fix any errors and re-run the script to verify. | ||
| 229 | |||
| 230 | ./admin/check-man-pages | ||
| 231 | |||
| 225 | * BUGS | 232 | * BUGS |
| 226 | 233 | ||
| 227 | ** Check for modes which bind M-s that conflicts with a new global binding M-s | 234 | ** Check for modes which bind M-s that conflicts with a new global binding M-s |