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,