aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlejandro Colomar <alx@kernel.org>2024-02-18 16:51:59 +0100
committerAlejandro Colomar <alx@kernel.org>2024-02-18 16:51:59 +0100
commit72b372cf7a4890128980cfa2828aeb22b5ae1e56 (patch)
treed6d425f25927a34b1158435f125d3a603577ccf0
parent2fe73d74a661e7a9122482b840150e6ef867cdd6 (diff)
downloadman-pages-72b372cf7a4890128980cfa2828aeb22b5ae1e56.tar.gz
GNUmakefile: help: Document 'distcheck'
Signed-off-by: Alejandro Colomar <alx@kernel.org>
-rw-r--r--GNUmakefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/GNUmakefile b/GNUmakefile
index a7382b562b..21550ae7d2 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -113,6 +113,7 @@ help:
$(info dist-z-gz Create a compressed tarball (.tar.gz))
$(info dist-z-lz Create a compressed tarball (.tar.lz))
$(info dist-z-xz Create a compressed tarball (.tar.xz))
+ $(info distcheck Check the distribution tarball)
$(info )
$(info help Print this help)
$(info help-variables Print all variables available, and their default values)