1
0
mirror of https://github.com/osmarks/ngircd.git synced 2024-10-27 20:36:18 +00:00

doc/HowToRelease.txt: "dist-tarZ" and "dist-xz" make targets can't be combined

This commit is contained in:
Alexander Barton 2021-10-31 13:41:20 +01:00
parent 71ae2b7d7f
commit 97ffec3d64

View File

@ -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 <archivefile>"