aboutsummaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorNirbheek Chauhan <nirbheek.chauhan@gmail.com>2016-05-31 00:28:26 +0530
committerJussi Pakkanen <jpakkane@gmail.com>2016-05-30 21:58:26 +0300
commit71f18226d1997a12009e3b17a0a84d45f1d25fae (patch)
tree817b6f55f549f8e387c9736fb1a34989fac627c7 /man
parent9f4d963bd98cc4cecac48abf7341fc8808dd859f (diff)
downloadmeson-71f18226d1997a12009e3b17a0a84d45f1d25fae.zip
meson-71f18226d1997a12009e3b17a0a84d45f1d25fae.tar.gz
meson-71f18226d1997a12009e3b17a0a84d45f1d25fae.tar.bz2
Remove unmaintained and broken PyQt5 GUI (#574)
Diffstat (limited to 'man')
-rw-r--r--man/mesongui.124
1 files changed, 0 insertions, 24 deletions
diff --git a/man/mesongui.1 b/man/mesongui.1
deleted file mode 100644
index 976c3f7..0000000
--- a/man/mesongui.1
+++ /dev/null
@@ -1,24 +0,0 @@
-.TH MESONGUI "1" "April 2016" "mesongui 0.31.0" "User Commands"
-.SH NAME
-mesongui - a gui for the Meson build system
-.SH DESCRIPTION
-
-Mesongui provides a graphical user interface to the Meson
-build system. It can be used for two main purposes: configuring
-an existing build or creating a new build for the given source.
-
-.B mesongui [
-.I source or build directory
-.B ]
-
-If the argument is a directory with a Meson project, the
-Gui will allow you to configure and generate a build tree
-for it.
-
-If the argument is an existing build directory, Mesongui will
-start a gui that will show all your configuration
-options and allows you to change them as desired. The
-gui can also be used to build and install the project.
-
-.SH SEE ALSO
-http://mesonbuild.com/