From 31d8074727ec8ac4186f67ee5e24a6f5f80aaf13 Mon Sep 17 00:00:00 2001 From: John Wiele Date: Wed, 29 May 2024 16:45:20 -0400 Subject: 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. --- man/meson.1 | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) 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 -- cgit v1.1