Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions Doc/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand All @@ -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,
Expand Down
Loading