repo: ngircd action: commit revision: path_from: revision_from: 97ffec3d64eb21c3d346104910113542e831aadf: path_to: revision_to:
commit 97ffec3d64eb21c3d346104910113542e831aadf Author: Alexander BartonDate: Sun Oct 31 13:41:20 2021 +0100 doc/HowToRelease.txt: "dist-tarZ" and "dist-xz" make targets can't be combined diff --git a/doc/HowToRelease.txt b/doc/HowToRelease.txt
--- a/doc/HowToRelease.txt +++ b/doc/HowToRelease.txt @@ -73,8 +73,8 @@ h) Run "./autogen.sh" to update the ./configure script with the correct i) Run "./configure" to rebuild all generated Makefiles. -j) Run "make distcheck" (and "make dist-tarZ dist-xz") to generate all of the - distribution archives. +j) Run "make distcheck" (and "make dist-tarZ && make dist-xz") to generate all + of the distribution archives. k) Sign the distribution archive(s) using GnuPG: "gpg -b"
-----END OF PAGE-----