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/wraptool.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/wraptool.1')
-rw-r--r-- | man/wraptool.1 | 33 |
1 files changed, 4 insertions, 29 deletions
diff --git a/man/wraptool.1 b/man/wraptool.1 index 73c2568..94d7930 100644 --- a/man/wraptool.1 +++ b/man/wraptool.1 @@ -3,36 +3,11 @@ wraptool - source dependency downloader .SH DESCRIPTION -Wraptool is a helper utility to manage source dependencies -using the wrapdb database. +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 wraptool < -.I command -.B > [ -.I options -.B ] +.B meson wrap <options> -You should run this command in the top level source directory -of your project. - -.SS "Commands:" -.TP -\fBlist\fR -list all available projects -.TP -\fBsearch\fR -search projects by name -.TP -\fBinstall\fR -install a project with the given name -.TP -\fBupdate\fR -update the specified project to latest available version -.TP -\fBinfo\fR -show available versions of the specified project -.TP -\fBstatus\fR -show installed and available versions of currently used subprojects .SH SEE ALSO http://wrapdb.mesonbuild.com/ |