aboutsummaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2015-07-06 20:53:02 +0300
committerJussi Pakkanen <jpakkane@gmail.com>2015-07-06 20:53:02 +0300
commit19712652b72050eebad6ea2ed24f25496f75ed9f (patch)
treef49ecbd09f82aea8ea06d1f9dda50801e38742c3 /man
parent50985a6ec26210ce5921237fafd9846eec1bf40f (diff)
downloadmeson-19712652b72050eebad6ea2ed24f25496f75ed9f.zip
meson-19712652b72050eebad6ea2ed24f25496f75ed9f.tar.gz
meson-19712652b72050eebad6ea2ed24f25496f75ed9f.tar.bz2
Added man page for wraptool.
Diffstat (limited to 'man')
-rw-r--r--man/wraptool.138
1 files changed, 38 insertions, 0 deletions
diff --git a/man/wraptool.1 b/man/wraptool.1
new file mode 100644
index 0000000..1756f76
--- /dev/null
+++ b/man/wraptool.1
@@ -0,0 +1,38 @@
+.TH WRAPTOOL "1" "May 2015" "meson 0.24.0" "User Commands"
+.SH NAME
+wraptool - source dependency downloader
+.SH DESCRIPTION
+
+Wraptool is a helper utility to manage source dependencies
+using the wrapdb database.
+
+.B wraptool <
+.I command
+.B > [
+.I options
+.B ]
+
+You should run this command in the top level source directory
+of your project.
+
+.SS "Options:"
+.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/