From: Erik Faye-Lund Date: Thu, 18 Apr 2019 14:25:39 +0000 (+0200) Subject: docs: don't pointlessly close and re-start definition lists X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c61e9aef76467c9351694d08340c3c929cfbcb74;p=mesa.git docs: don't pointlessly close and re-start definition lists Signed-off-by: Erik Faye-Lund Reviewed-by: Eric Engestrom --- 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_PATH

The 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_ndebug

This option controls assertions in meson projects. When set to false (the default) assertions are enabled, when set to true they are disabled. This