summaryrefslogtreecommitdiff
path: root/docs/devinfo.html
diff options
context:
space:
mode:
authorEric Engestrom <eric.engestrom@intel.com>2019-04-24 13:16:57 +0100
committerEric Engestrom <eric@engestrom.ch>2019-04-30 15:25:40 +0000
commit46d6883a13717b4d91e31f76176cb74f66691d1c (patch)
tree8a6616c3f99950ec5fb00facf5404afbef0f4f18 /docs/devinfo.html
parent1936bad9ec15883eefc327bdb56c2a795a0e918e (diff)
docs: replace autotools intructions with meson equivalent
Signed-off-by: Eric Engestrom <eric.engestrom@intel.com> Reviewed-by: Dylan Baker <dylan@pnwbakers.com>
Diffstat (limited to 'docs/devinfo.html')
-rw-r--r--docs/devinfo.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/devinfo.html b/docs/devinfo.html
index c6e97c68a62..02d6473266f 100644
--- a/docs/devinfo.html
+++ b/docs/devinfo.html
@@ -70,7 +70,7 @@ To add a new GL extension to Mesa you have to do at least the following.
<li>
The dispatch tests check_table.cpp and dispatch_sanity.cpp
should be updated with details about the new extensions functions. These
- tests are run using 'make check'
+ tests are run using 'meson test'
</li>
</ul>
</p>