doc/user: mesonconf is meson configure
authorPeter Hutterer <peter.hutterer@who-t.net>
Tue, 31 Jul 2018 00:17:59 +0000 (10:17 +1000)
committerPeter Hutterer <peter.hutterer@who-t.net>
Tue, 31 Jul 2018 00:17:59 +0000 (10:17 +1000)
Listed in #96

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
doc/user/building.rst

index 998585d..5eeb540 100644 (file)
@@ -55,16 +55,16 @@ We recommend that users disable the documentation, it's not usually required
 for testing and reduces the number of dependencies needed.
 
 The ``prefix`` or other options can be changed later with the
-``mesonconf`` command. For example:
+``meson configure`` command. For example:
 
 ::
 
-     $> mesonconf builddir/ -Dprefix=/some/other/prefix -Ddocumentation=true
+     $> meson configure builddir/ -Dprefix=/some/other/prefix -Ddocumentation=true
      $> ninja -C builddir
      $> sudo ninja -C builddir/ install
 
 
-Running ``mesonconf builddir/`` with no other arguments lists all
+Running ``meson configure builddir/`` with no other arguments lists all
 configurable options meson provides.
 
 To rebuild from scratch, simply remove the build directory and run meson