summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlejandro Colomar <alx@kernel.org>2024-02-10 16:31:08 +0100
committerAlejandro Colomar <alx@kernel.org>2024-02-10 16:32:26 +0100
commit46238bdb1bc9df3248b8a6ba40188ad932f1f7bc (patch)
tree1c318cfbc330ae7efaa7c0060de96bfa247568a1
parent5116b046826237614ae4bfaa4d1b807c0d759fb8 (diff)
downloadliba2i-46238bdb1bc9df3248b8a6ba40188ad932f1f7bc.tar.gz
GNUmakefile: help: Document 'dist' targets
Signed-off-by: Alejandro Colomar <alx@kernel.org>
-rw-r--r--GNUmakefile9
1 files changed, 8 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile
index f34b745..003b215 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -35,7 +35,6 @@ help:
$(info clean Remove $$(builddir))
$(info )
$(info build (.DEFAULT_GOAL) Wrapper for "build-lib build-dev")
- $(info )
$(info build-deps Build the .d files)
$(info build-dev Wrapper for build-dev-* targets)
$(info build-dev-src Copy the source files)
@@ -70,6 +69,14 @@ help:
$(info )
$(info installcheck Check the installed library)
$(info )
+ $(info dist Wrapper for dist-* targets)
+ $(info dist-tar Create a release tarball)
+ $(info dist-z Wrapper for dist-z-* targets)
+ $(info dist-z-bz2 Create a compressed tarball (.tar.bz2))
+ $(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 )
$(info help Print this help)