summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorErik Faye-Lund <erik.faye-lund@collabora.com>2021-02-03 12:11:10 +0100
committerMarge Bot <eric+marge@anholt.net>2021-03-31 16:23:19 +0000
commitece806d07a6bda0d2cfbb933f66a06ca95025b37 (patch)
tree2e8ae8a4d4bcb69e96bdd48ec1a596aa6e45c8c0 /docs
parentbd6dbbecb471a27b7a8f7958070f3254928e721c (diff)
docs: lex / yacc -> Lex / Yacc
These are names, so use proper nouns for them. Acked-by: Matt Turner <mattst88@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/9946>
Diffstat (limited to 'docs')
-rw-r--r--docs/install.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/install.rst b/docs/install.rst
index d4518f90f20..2f20fdfd75c 100644
--- a/docs/install.rst
+++ b/docs/install.rst
@@ -38,7 +38,7 @@ Third party/extra tools.
- `Python <https://www.python.org/>`__ - Python 3.5 or newer is required.
- `Python Mako module <http://www.makotemplates.org/>`__ - Python Mako
module is required. Version 0.8.0 or later should work.
-- lex / yacc - for building the Mesa IR and GLSL compiler.
+- Lex / Yacc - for building the Mesa IR and GLSL compiler.
On Linux systems, Flex and Bison versions 2.5.35 and 2.4.1,
respectively, (or later) should work. On Windows with MinGW, install