From 88ae41e17980533927f98339bcb40015522f06c4 Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Tue, 31 Aug 2021 11:19:56 +0100 Subject: [PATCH] Update the how-to-make-a-release document so that a check for empty manual pages is included. cf PR 28144 --- binutils/README-how-to-make-a-release | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/binutils/README-how-to-make-a-release b/binutils/README-how-to-make-a-release index 19ae2b24f53..7aa5efa0497 100644 --- a/binutils/README-how-to-make-a-release +++ b/binutils/README-how-to-make-a-release @@ -232,6 +232,10 @@ When the time comes to actually make the release.... tar tvf binutils-2.37.tar.bz2 | grep -e "---" + Also check that the man files are not empty. (cf PR 28144). + + tar tvf binutils-2.37.tar.xz | grep -e "\.1" + 25. Sanity check the release on x86_64-pc-linux-gnu by building and running the testsuites (gas, gold, binutils and ld). Make the source directory read-only before building. Also test -- 2.30.2