summaryrefslogtreecommitdiffstats
path: root/docs/releasing.html
diff options
context:
space:
mode:
authorEric Engestrom <[email protected]>2019-04-24 13:16:57 +0100
committerEric Engestrom <[email protected]>2019-04-30 15:25:40 +0000
commit46d6883a13717b4d91e31f76176cb74f66691d1c (patch)
tree8a6616c3f99950ec5fb00facf5404afbef0f4f18 /docs/releasing.html
parent1936bad9ec15883eefc327bdb56c2a795a0e918e (diff)
docs: replace autotools intructions with meson equivalent
Signed-off-by: Eric Engestrom <[email protected]> Reviewed-by: Dylan Baker <[email protected]>
Diffstat (limited to 'docs/releasing.html')
-rw-r--r--docs/releasing.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/releasing.html b/docs/releasing.html
index 25088e5ceb6..2dbd03bc6f3 100644
--- a/docs/releasing.html
+++ b/docs/releasing.html
@@ -136,7 +136,7 @@ well contained. Thus it cannot affect more than one driver/subsystem.
<p>The following must pass:</p>
<ul>
-<li>make distcheck, scons and scons check
+<li>meson test, scons and scons check
<li>Testing with different version of system components - LLVM and others is also
performed where possible.
<li>As a general rule, testing with various combinations of configure
@@ -251,7 +251,7 @@ stabilisation and bugfixing.
</p>
<p>
-Note: Before doing a branch ensure that basic build and <code>make check</code>
+Note: Before doing a branch ensure that basic build and <code>meson test</code>
testing is done and there are little to-no issues.
<br>
Ideally all of those should be tackled already.