From: Erik Faye-Lund
Date: Thu, 18 Apr 2019 14:14:40 +0000 (+0200)
Subject: docs: drop paragraph around preformatted text
X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d69c790c228a809021e2091440e69e19280d108a;p=mesa.git
docs: drop paragraph around preformatted text
Signed-off-by: Erik Faye-Lund
Reviewed-by: Eric Engestrom
---
diff --git a/docs/meson.html b/docs/meson.html
index d5d44b44900..f08598cb7af 100644
--- a/docs/meson.html
+++ b/docs/meson.html
@@ -196,11 +196,9 @@ is that they are guaranteed to persist across rebuilds and reconfigurations.
This example sets -fmax-errors for compiling C sources and -DMAGIC=123
for C++ sources:
-
meson builddir/ -Dc_args=-fmax-errors=10 -Dcpp_args=-DMAGIC=123
-