aboutsummaryrefslogtreecommitdiff
path: root/man/mesonconf.1
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2014-01-05 23:46:14 +0200
committerJussi Pakkanen <jpakkane@gmail.com>2014-01-05 23:46:14 +0200
commitc979b8f9e788ac606859628e98dcc3119e3586f2 (patch)
tree69526f049b1a8a274133c86fbaa705ac0029a4c9 /man/mesonconf.1
parent9b790041de5affeb303bfa6ded5d4224417fd11a (diff)
downloadmeson-c979b8f9e788ac606859628e98dcc3119e3586f2.zip
meson-c979b8f9e788ac606859628e98dcc3119e3586f2.tar.gz
meson-c979b8f9e788ac606859628e98dcc3119e3586f2.tar.bz2
Man file for mesonconf.
Diffstat (limited to 'man/mesonconf.1')
-rw-r--r--man/mesonconf.125
1 files changed, 25 insertions, 0 deletions
diff --git a/man/mesonconf.1 b/man/mesonconf.1
new file mode 100644
index 0000000..49c00c9
--- /dev/null
+++ b/man/mesonconf.1
@@ -0,0 +1,25 @@
+.TH MESONCONF "1" "December 2013" "mesonconf 0.11.0" "User Commands"
+.SH NAME
+mesonconf - a tool to configure Meson builds
+.SH DESCRIPTION
+
+Mesonconf provides a way to configure a Meson
+project from the command line. Its usage is simple.
+
+.B mesonconf [
+.I build directory
+.B ] [
+.I options to set
+.B ]
+
+If build directory is omitted, the current directory is used instead.
+
+If no parameters are set, mesonconf will print the value of all build
+options to the console.
+
+To set values, just use the -D command line argument like this.
+
+.B mesonconf -Dopt1=value1 -Dopt2=value2
+
+.SH SEE ALSO
+https://sourceforge.net/p/meson