summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorErik Faye-Lund <erik.faye-lund@collabora.com>2019-06-06 11:19:08 +0200
committerErik Faye-Lund <erik.faye-lund@collabora.com>2019-06-06 17:51:45 +0000
commitc0dfe8c6dfd913011d4637a05d93e36a8425dbea (patch)
treed335551c93b3fc7c92a7ae35c3e0216470c299e5 /docs
parentf3235cfa707cc19ffd67d198849219025dd88cfe (diff)
downloadmesa-c0dfe8c6dfd913011d4637a05d93e36a8425dbea.tar.gz
docs: do not use div for line-breaking
HTML has the <p>-tag for this purpose. It adds some margins, but that just makes this read better, IMO. Signed-off-by: Erik Faye-Lund <erik.faye-lund@collabora.com> Reviewed-by: Eric Engestrom <eric.engestrom@intel.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/install.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/install.html b/docs/install.html
index 58822de5d2f..18144b8140b 100644
--- a/docs/install.html
+++ b/docs/install.html
@@ -79,14 +79,14 @@ When building with meson 3.5 or newer is required.
Python Mako module is required. Version 0.8.0 or later should work.
</li>
<li>lex / yacc - for building the Mesa IR and GLSL compiler.
-<div>
+<p>
On Linux systems, flex and bison versions 2.5.35 and 2.4.1, respectively,
(or later) should work.
On Windows with MinGW, install flex and bison with:
<pre>mingw-get install msys-flex msys-bison</pre>
For MSVC on Windows, install
<a href="http://winflexbison.sourceforge.net/">Win flex-bison</a>.
-</div>
+</p>
</ul>
<p><strong>Note</strong>: Some versions can be buggy (eg. flex 2.6.2) so do try others if things fail.</p>