From c5e845f1992881afa4bb4141fe87af4bb88d0f0b Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Fri, 24 Jan 2025 01:53:21 +0100 Subject: [PATCH] ; Check man pages for mistakes less frequently * admin/make-tarball.txt: Move checking man pages from here... * admin/release-process: ...to here. (cherry picked from commit cc791e7499fb2cc64a317e340fc90b45fb683da7) --- admin/make-tarball.txt | 5 ----- 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): 4. autoreconf -i -I m4 --force make bootstrap - The below script checks for any mistakes in the source text of - manual pages. Fix any errors and re-run the script to verify. - - ./admin/check-man-pages - Then do this: 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 - leim/SKK-DIC/SKK-JISYO.L https://raw.githubusercontent.com/skk-dev/dict/master/SKK-JISYO.L +** Check for mistakes in man pages. + +The below script checks for any mistakes in the source text of +manual pages. Fix any errors and re-run the script to verify. + + ./admin/check-man-pages + * BUGS ** Check for modes which bind M-s that conflicts with a new global binding M-s -- 2.39.5