From: Erik Faye-Lund Date: Thu, 18 Apr 2019 14:27:26 +0000 (+0200) Subject: docs: fixup bad paragraphing X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=767c5178168a24012fe9002ac3ae930d53375949;p=mesa.git docs: fixup bad paragraphing This markup seems to assume paragraphs survive across block-elements, which isn't the case. Let's rectify that. Signed-off-by: Erik Faye-Lund Reviewed-by: Eric Engestrom --- diff --git a/docs/meson.html b/docs/meson.html index 04a0e7d64bc..ad954c1cc31 100644 --- a/docs/meson.html +++ b/docs/meson.html @@ -258,29 +258,29 @@ Then configure meson: For selecting llvm-config for cross compiling a "cross file" should be used. It uses the same format as the native file above: +

-cross-llvm.ini +

cross-llvm.ini

     [binaries]
     ...
     llvm-config = '/usr/lib/llvm-config-32'
 
-Then configure meson: - +

Then configure meson:

     meson builddir/ --cross-file cross-llvm.ini
 
See the Cross Compilation section for more information. -

+

For older versions of meson $PATH (or %PATH% on 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