Fixed #19266 -- Added Texinfo documentation target

Thanks orontee for the report and initial patch.
This commit is contained in:
Claude Paroz 2012-11-09 09:00:27 +01:00
parent 9942adac17
commit a79d920a56
3 changed files with 25 additions and 0 deletions

View file

@ -248,6 +248,16 @@ man_pages = [
]
# -- Options for Texinfo output ------------------------------------------------
# List of tuples (startdocname, targetname, title, author, dir_entry,
# description, category, toctree_only)
texinfo_documents=[(
master_doc, "django", "", "", "Django",
"Documentation of the Django framework", "Web development", False
)]
# -- Options for Epub output ---------------------------------------------------
# Bibliographic Dublin Core info.