docs: remove stray paragraph-close
[mesa.git] / docs / meson.html
index 09b45bed007c806fda1058acb615eeaa90667bae..6fe8def812e930f26a42107428af8d424d61758c 100644 (file)
@@ -44,7 +44,7 @@ or
 sudo dnf install meson   # Fedora
 </pre>
 
-<p><strong>Mesa requires Meson >= 0.45.0 to build.</strong>
+<p><strong>Mesa requires Meson &gt;= 0.45.0 to build.</strong>
 
 Some older versions of meson do not check that they are too old and will error
 out in odd ways.
@@ -76,8 +76,6 @@ separate build directory</a> for each configuration you might want to use.
 
 
 
-</p>
-
 <p>Basic configuration is done with:</p>
 
 <pre>
@@ -103,7 +101,8 @@ running "meson build/" but this feature is being discussed upstream.
 For now, we have a <code>bin/meson-options.py</code> script that prints
 the options for you.
 If that script doesn't work for some reason, you can always look in the
-<code>meson_options.txt</code> file at the root of the project.
+<a href="https://gitlab.freedesktop.org/mesa/mesa/blob/master/meson_options.txt">
+meson_options.txt</a> file at the root of the project.
 </p>
 
 <p>
@@ -146,7 +145,7 @@ ninja -C build/ install
 </pre>
 
 <p>
-Note: autotools automatically updates translation files (used by the DRI
+Note: autotools automatically updated translation files (used by the DRI
 configuration tool) as part of the build process,
 Meson does not do this.  Instead, you will need do this:
 </p>