We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b9fe5c commit a3d8e03Copy full SHA for a3d8e03
1 file changed
Doc/README.rst
@@ -79,6 +79,8 @@ Available make targets are:
79
80
* "text", which builds a plain text file for each source file.
81
82
+* "texinfo", which builds Texinfo source files.
83
+
84
* "epub", which builds an EPUB document, suitable to be viewed on e-book
85
readers.
86
@@ -97,6 +99,10 @@ Available make targets are:
97
99
plain text documentation for the labels defined in
98
100
``tools/pyspecific.py`` -- pydoc needs these to show topic and keyword help.
101
102
+* "doctest", which runs doctests in the documentation.
103
104
+* "gettext", which generates gettext message catalog templates.
105
106
* "check", which checks for frequent markup errors.
107
108
* "dist", (Unix only) which creates distributable archives of HTML, text,
0 commit comments