diff options
author | Jussi Pakkanen <jpakkane@gmail.com> | 2018-07-11 23:07:39 +0300 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2018-07-19 01:15:17 +0300 |
commit | b4c635a2e85a92bd0c3dd69c2d70612d09158bbd (patch) | |
tree | a151dcb0150fc23a075a2d699620cb3f79ede94f /man/mesonconf.1 | |
parent | efba19387292054b0c9c72d9e445992a4e3e473c (diff) | |
download | meson-b4c635a2e85a92bd0c3dd69c2d70612d09158bbd.zip meson-b4c635a2e85a92bd0c3dd69c2d70612d09158bbd.tar.gz meson-b4c635a2e85a92bd0c3dd69c2d70612d09158bbd.tar.bz2 |
Remove long deprecated command scripts.
Diffstat (limited to 'man/mesonconf.1')
-rw-r--r-- | man/mesonconf.1 | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/man/mesonconf.1 b/man/mesonconf.1 deleted file mode 100644 index 5463c71..0000000 --- a/man/mesonconf.1 +++ /dev/null @@ -1,10 +0,0 @@ -.TH MESONCONF "1" "July 2018" "mesonconf 0.47.0" "User Commands" -.SH NAME -mesonconf - a tool to configure Meson builds -.SH DESCRIPTION - -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 meson configure <options> |