]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
RELEASE: Document the production of the book
authorAlejandro Colomar <alx@kernel.org>
Wed, 12 Feb 2025 14:40:16 +0000 (15:40 +0100)
committerAlejandro Colomar <alx@kernel.org>
Wed, 12 Feb 2025 14:40:16 +0000 (15:40 +0100)
Signed-off-by: Alejandro Colomar <alx@kernel.org>
RELEASE

diff --git a/RELEASE b/RELEASE
index 5159edb4e4bd4388c3e04dbbff3ae16fd1d2d6b4..13d698b6c8b46d1262e644549b83f6adc700409e 100644 (file)
--- 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