summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorEric Engestrom <[email protected]>2018-05-14 16:45:31 +0100
committerEric Engestrom <[email protected]>2018-05-15 10:33:34 +0100
commit67c550708aab179c0acdfbd82c72e7ad65445bf5 (patch)
treeba28dbecf56d4ac4fb1fddc8bb95592af00994a9 /docs
parentdc2dc1fa3043abef35b450000a50d46d9de9135b (diff)
docs/meson: fix various html issues
Reviewed-by: Dylan Baker <[email protected]> Signed-off-by: Eric Engestrom <[email protected]>
Diffstat (limited to 'docs')
-rw-r--r--docs/meson.html8
1 files changed, 6 insertions, 2 deletions
diff --git a/docs/meson.html b/docs/meson.html
index fdad0feef9e..2c6ce47c2c7 100644
--- a/docs/meson.html
+++ b/docs/meson.html
@@ -87,6 +87,7 @@ each configuration you want to build.
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 @@ change compiler in a configured build directory.
</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 @@ One of the oddities of meson is that some options are different when passed to
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 @@ is unrelated to the <code>buildtype</code>; setting the latter to
</p>
</dd>
</dl>
+
+</div>
+</body>
+</html>