From: Erik Faye-Lund Date: Thu, 16 Jan 2020 16:39:39 +0000 (+0100) Subject: docs: move paragraph closing tag X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b387f68f49abc995605098178a3c643f3a9cfe41;p=mesa.git docs: move paragraph closing tag The pre-tag right before is a block-level tag, which means it implicitly terminates the paragraph. So there's no paragraph to close after this. Instead, move the paragraph-closing before the pre-tag, to explicitly close the paragraph. Fixes: 41b3eb08d9f "docs: update meson docs for windows" Acked-by: Dylan Baker Reviewed-by: Eric Engestrom Part-of: --- diff --git a/docs/meson.html b/docs/meson.html index 6268d52279b..90992dabb18 100644 --- a/docs/meson.html +++ b/docs/meson.html @@ -290,10 +290,11 @@ will never find libllvm.so. There is also a -Dcmake_module_path option in this meson version, which points to the root of an alternative installation (the prefix). For example: +

         meson builddir -Dcmake_module_path=/home/user/mycmake/prefix
 
-

+

As of meson 0.49.0 meson also has the concept of a