Skip to content

Commit a3d8e03

Browse files
committed
Docs: list additional documentation make targets
1 parent 1b9fe5c commit a3d8e03

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

Doc/README.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,8 @@ Available make targets are:
7979

8080
* "text", which builds a plain text file for each source file.
8181

82+
* "texinfo", which builds Texinfo source files.
83+
8284
* "epub", which builds an EPUB document, suitable to be viewed on e-book
8385
readers.
8486

@@ -97,6 +99,10 @@ Available make targets are:
9799
plain text documentation for the labels defined in
98100
``tools/pyspecific.py`` -- pydoc needs these to show topic and keyword help.
99101

102+
* "doctest", which runs doctests in the documentation.
103+
104+
* "gettext", which generates gettext message catalog templates.
105+
100106
* "check", which checks for frequent markup errors.
101107

102108
* "dist", (Unix only) which creates distributable archives of HTML, text,

0 commit comments

Comments
 (0)