diff options
author | Jussi Pakkanen <jpakkane@gmail.com> | 2017-08-06 17:00:51 +0300 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2017-08-06 17:00:51 +0300 |
commit | d94e06db21e8bcfcf194b7ba5eb8255acd168d4d (patch) | |
tree | 4ed41e9f3d21ed943b4145402f874e5449c05a85 /man/mesonconf.1 | |
parent | 06f195e9ec1e8ea399ebb138b63865c1e3f4c90d (diff) | |
parent | e765091c2e34f5ac3cd84cf5a61c30ec0868e0a9 (diff) | |
download | meson-d94e06db21e8bcfcf194b7ba5eb8255acd168d4d.zip meson-d94e06db21e8bcfcf194b7ba5eb8255acd168d4d.tar.gz meson-d94e06db21e8bcfcf194b7ba5eb8255acd168d4d.tar.bz2 |
Merged singleexe branch.
Diffstat (limited to 'man/mesonconf.1')
-rw-r--r-- | man/mesonconf.1 | 23 |
1 files changed, 4 insertions, 19 deletions
diff --git a/man/mesonconf.1 b/man/mesonconf.1 index 6bb9d39..ff9dba1 100644 --- a/man/mesonconf.1 +++ b/man/mesonconf.1 @@ -3,23 +3,8 @@ 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. +This executable is deprecated and will be removed in the future. The +functionality that was in this executable can be invoked via the main Meson +command like this: -.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 -http://mesonbuild.com/ +.B meson configure <options> |