From c61e9aef76467c9351694d08340c3c929cfbcb74 Mon Sep 17 00:00:00 2001 From: Erik Faye-Lund Date: Thu, 18 Apr 2019 16:25:39 +0200 Subject: [PATCH] docs: don't pointlessly close and re-start definition lists Signed-off-by: Erik Faye-Lund Reviewed-by: Eric Engestrom --- docs/meson.html | 4 ---- 1 file changed, 4 deletions(-) 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 -- 2.30.2