From a3d8e03937b6f91444404e6419fa41a22e79fe2a Mon Sep 17 00:00:00 2001 From: Neiland85 Date: Sun, 21 Jun 2026 09:25:58 +0200 Subject: [PATCH] Docs: list additional documentation make targets --- Doc/README.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Doc/README.rst b/Doc/README.rst index 2d1148753e0c6b..4040366bdca183 100644 --- a/Doc/README.rst +++ b/Doc/README.rst @@ -79,6 +79,8 @@ Available make targets are: * "text", which builds a plain text file for each source file. +* "texinfo", which builds Texinfo source files. + * "epub", which builds an EPUB document, suitable to be viewed on e-book readers. @@ -97,6 +99,10 @@ Available make targets are: plain text documentation for the labels defined in ``tools/pyspecific.py`` -- pydoc needs these to show topic and keyword help. +* "doctest", which runs doctests in the documentation. + +* "gettext", which generates gettext message catalog templates. + * "check", which checks for frequent markup errors. * "dist", (Unix only) which creates distributable archives of HTML, text,