diff --git a/docs/meson.html b/docs/meson.html
index bab415b2dcb..04a0e7d64bc 100644
--- a/docs/meson.html
+++ b/docs/meson.html
@@ -281,9 +281,7 @@ windows) will be searched for llvm-config (and llvm-config$version and
llvm-config-$version), you can override this environment variable to control
the search: PATH=/path/with/llvm-config:$PATH meson build.
PKG_CONFIG_PATHThe
pkg-config utility is a hard requirement for configuring and
@@ -319,9 +317,7 @@ with debugging as some code and validation will be optimized away.
buildtype, which causes meson to inject no additional compiler arguments, only
those in the C/CXXFLAGS and those that mesa itself defines.
-Db_ndebugThis option controls assertions in meson projects. When set to false
(the default) assertions are enabled, when set to true they are disabled. This