From 63b29a0fde6c42b0facf72cb30cbb43d7886a29f Mon Sep 17 00:00:00 2001 From: Alejandro Colomar Date: Wed, 12 Feb 2025 15:40:16 +0100 Subject: [PATCH] RELEASE: Document the production of the book Signed-off-by: Alejandro Colomar --- RELEASE | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/RELEASE b/RELEASE index 5159edb4e..13d698b6c 100644 --- a/RELEASE +++ b/RELEASE @@ -88,19 +88,30 @@ Description $ make -Bj4 dist-tar dist-xz dist-gz - - Sign the tarball: + - Create the PDF book: + + $ make -Bj4 build-pdf-book + + - Sign the tarball and book: $ cd .tmp/ $ gpg --detach-sign --armor man-pages-$new.tar + $ gpg --detach-sign --armor man-pages-$new.pdf - - Verify the signature: + - Verify the signatures: $ gpg --verify man-pages-$new.tar{.asc,} + $ gpg --verify man-pages-$new.pdf{.asc,} - Upload the tarball: $ kup put man-pages-$new.tar.{xz,asc} \ /pub/linux/docs/man-pages/ + + - Upload the book: + + $ kup put man-pages-$new.pdf{,.asc} \ + /pub/linux/docs/man-pages/book/ $ cd .. (5) LSM -- 2.47.2