aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Wiele <jwiele@redhat.com>2024-05-29 16:45:20 -0400
committerJohn Wiele <jwiele@redhat.com>2024-06-06 09:13:10 -0400
commit31d8074727ec8ac4186f67ee5e24a6f5f80aaf13 (patch)
treedecffb488b125c1d9656ab519de47cfab41ae1d2
parentdfd22db4be6bfc0e64272479b51bbf314db04ac2 (diff)
downloadmeson-31d8074727ec8ac4186f67ee5e24a6f5f80aaf13.zip
meson-31d8074727ec8ac4186f67ee5e24a6f5f80aaf13.tar.gz
meson-31d8074727ec8ac4186f67ee5e24a6f5f80aaf13.tar.bz2
Add help for meson dist to the man page.
The added help text was derived from the output of the meson help command much like the markdown online help is derived.
-rw-r--r--man/meson.135
1 files changed, 35 insertions, 0 deletions
diff --git a/man/meson.1 b/man/meson.1
index 0221faa..5e63c81 100644
--- a/man/meson.1
+++ b/man/meson.1
@@ -83,6 +83,41 @@ To set values, use the \-D command line argument like this.
.B meson configure \-Dopt1=value1 \-Dopt2=value2
+.SH The dist command
+
+.B meson dist
+generates a release archive.
+
+.B meson dist [
+.I options
+.B ]
+
+.SS "options:"
+.TP
+\fB\-h, \-\-help\fR
+show this help message and exit
+
+.TP
+\fB\-C WD\fR
+directory to cd into before running
+
+.TP
+\fB\-\-allow-dirty\fR
+Allow even when repository contains uncommitted changes.
+
+.TP
+\fB\-\-formats FORMATS\fR
+Comma separated list of archive types to create. Supports xztar
+(default), gztar, and zip.
+
+.TP
+\fB\-\-include\-subprojects\fR
+Include source code of subprojects that have been used for the build.
+
+.TP
+\fB\-\-no\-tests\fR
+Do not build and test generated packages.
+
.SH The introspect command
Meson introspect is a command designed to make it simple to integrate with