]> arthur.barton.de Git - ngircd.git/commitdiff
doc/HowToRelease.txt: "dist-tarZ" and "dist-xz" make targets can't be combined
authorAlexander Barton <alex@barton.de>
Sun, 31 Oct 2021 12:41:20 +0000 (13:41 +0100)
committerAlexander Barton <alex@barton.de>
Sun, 31 Oct 2021 12:41:20 +0000 (13:41 +0100)
doc/HowToRelease.txt

index 10343cd4f607fbc0d1894e92aed01c2c341b7bfd..e7f87bfad7558b3823e88150e2b4167bbbc9435f 100644 (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>"