summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJean Abou Samra <jean@abou-samra.fr>2022-06-29 09:18:01 +0200
committerJean Abou Samra <jean@abou-samra.fr>2022-06-29 09:18:01 +0200
commit4bd02e2c3443f972033e9ef7e85b601891020eef (patch)
tree9d02f1b31b7b452ce80e2914ac51f1f3f6f160e8 /doc
parent45cddf4d5b817b3d23b0c4f2b7416324345cb374 (diff)
downloadpygments-git-4bd02e2c3443f972033e9ef7e85b601891020eef.tar.gz
Slight doc clarification about 'make mapfiles'
Diffstat (limited to 'doc')
-rw-r--r--doc/docs/lexerdevelopment.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/docs/lexerdevelopment.rst b/doc/docs/lexerdevelopment.rst
index b883d3e6..5570b251 100644
--- a/doc/docs/lexerdevelopment.rst
+++ b/doc/docs/lexerdevelopment.rst
@@ -170,7 +170,8 @@ the ``pygments.lexers`` package specify ``__all__``. For example,
Add the name of your lexer class to this list (or create the list if your lexer
is the only class in the module).
-Finally the lexer can be made publicly known by rebuilding the lexer mapping:
+Finally the lexer can be made publicly known by rebuilding the lexer mapping.
+In the root directory of the source (where the ``Makefile`` is located), run::
.. code-block:: console