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/mesonintrospect.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/mesonintrospect.1')
-rw-r--r-- | man/mesonintrospect.1 | 30 |
1 files changed, 4 insertions, 26 deletions
diff --git a/man/mesonintrospect.1 b/man/mesonintrospect.1 index 1918b4f..78727ac 100644 --- a/man/mesonintrospect.1 +++ b/man/mesonintrospect.1 @@ -3,33 +3,11 @@ mesonintrospect - a tool to extract information about a Meson build .SH DESCRIPTION -Mesonintrospect is a tool designed to make it simple to integrate with -other tools, such as IDEs. The output of this command is in JSON. +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 mesonintrospect [ -.I build directory -.B ] [ -.I option -.B ] - -If build directory is omitted, the current directory is used instead. - -.SS "options:" -.TP -\fB\-\-targets\fR -print all top level targets (executables, libraries, etc) -.TP -\fB\-\-target\-files\fR -print the source files of the given target -.TP -\fB\-\-buildsystem\-files\fR -print all files that make up the build system (meson.build, meson_options.txt etc) -.TP -\fB\-\-tests\fR -print all unit tests -.TP -\fB\-\-help\fR -print command line help +.B meson introspect <options> .SH SEE ALSO http://mesonbuild.com/ |