docs/meson: fix various html issues
Reviewed-by: Dylan Baker <dylan@pnwbakers.com>
Signed-off-by: Eric Engestrom <eric.engestrom@intel.com>
diff --git a/docs/meson.html b/docs/meson.html
index fdad0fe..2c6ce47 100644
--- a/docs/meson.html
+++ b/docs/meson.html
@@ -87,6 +87,7 @@
http://mesonbuild.com/Using-multiple-build-directories.html
</p>
+<dl>
<dt><code>Environment Variables</code></dt>
<dd><p>Meson supports the standard CC and CXX environment variables for
changing the default compiler, and CFLAGS, CXXFLAGS, and LDFLAGS for setting
@@ -117,7 +118,6 @@
</dd>
-<dl>
<dt><code>LLVM</code></dt>
<dd><p>Meson includes upstream logic to wrap llvm-config using it's standard
dependency interface. It will search $PATH (or %PATH% on windows) for
@@ -143,7 +143,7 @@
the <code>meson</code> than to <code>meson configure</code>. These options are
passed as --option=foo to <code>meson</code>, but -Doption=foo to <code>meson
configure</code>. Mesa defined options are always passed as -Doption=foo.
-<p>
+</p>
<p>For those coming from autotools be aware of the following:</p>
@@ -173,3 +173,7 @@
</p>
</dd>
</dl>
+
+</div>
+</body>
+</html>