From: Alejandro Colomar Date: Wed, 12 Feb 2025 14:40:16 +0000 (+0100) Subject: RELEASE: Document the production of the book X-Git-Tag: man-pages-6.11~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=63b29a0fde6c42b0facf72cb30cbb43d7886a29f;p=thirdparty%2Fman-pages.git RELEASE: Document the production of the book Signed-off-by: Alejandro Colomar --- 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